ncpeer_*
thresholdsseverity ≥ major · confidence ≥ high · cap 6
max diff1.0 MB
pollevery 300s
vcpkg dependency fork for NinjaRemote — pinned/patched third-party ports (libvpx, openssl/FIPS, boost, pdfium, ...) plus custom ports-ninja + triplets, shared by ncpeer and nmsnj builds. Review PRs into the pinned ncpeer_YYYY_MM lines (dep bumps, port patches, build fixes); master / master_overlays rebase branches are out of scope.
A fork of Microsoft's vcpkg holding NinjaOne's pinned + patched C/C++ dependencies
for the NinjaRemote builds (ncpeer and nmsnj build against it). Not application code —
package/build infrastructure (CMake + port manifests + patches + version pins).
ports/ plus NinjaOne's custom/overlay ports (e.g. ports-ninja),triplets/, versions/, scripts/, toolsrc/, and overlay dirs.
ncpeer_YYYY_MM (e.g. ncpeer_2026_06 — the exactmonth rolls forward) are what the products build against — review PRs into those (dep
bumps, port patches, build fixes). master / master_overlays track upstream + carry the overlay and are
periodically rebased; those large rebase PRs are out of scope.
into the shipped products — check the source/tag is legitimate, the bump doesn't regress
a security fix, and any CVE relevance.
versions/ and baseline changes must stayconsistent; an inconsistent pin silently changes (or breaks) what everyone builds.
the pinned version.
FIPS/OpenSSL config) affect every consumer — wide blast radius.
Dependency sources/versions (supply chain); patches to crypto/TLS libraries (OpenSSL/FIPS);
anything changing how binaries are linked into the shipped clients.
is in the custom ports/overlays, triplets, versions, and pins.
_Orientation only — verify current specifics in the code; this describes the durable
maintenance model & risk areas, not a snapshot._
How the monitored repos relate — so a change in one repo is reviewed with its blast
radius in mind (a change upstream of ncpeer can break ncpeer even if it looks local).
Orientation only; verify specifics in code.
speak the NCRP wire protocol (protocol/format changes must stay compatible across
client and server versions).
URLs, it pairs them and forwards frames verbatim. Signed join URLs are minted by the
Ninja backend — the signature scheme is a backend⇄relay contract, and the frame
semantics are a peer⇄peer contract.
a signed upload leg streams to a signed download leg through memory (never stored).
Two parallel implementations (Python ftsv2/ + Go fts_go/) must stay behaviorally
identical; the URL/signature scheme is shared-family with websocket-switch.
NinjaRemote file-transfer features ride on these relays when peers can't go direct.
or behaviour change here affects both consumers.
build against**. A dependency bump changes what those products link (security/ABI/build).
through the ncpeer_vcpkg overlay.
shares nccommon and ncpeer_vcpkg with ncpeer.
part of the remote-desktop family). Runs as a child process of the NinjaRMM agent (the
parent owns install/upgrade/policy/launch); NinjaFlow owns the CLI contract, config schema,
credential precedence, DB schema/migrations, and exit-code meanings the parent consumes —
those are cross-process contracts. Submits telemetry to the Ninja Backend. Shares no code with
ncpeer/nmsnj; adjacent to nmsnj only in domain (network), not in implementation.
not part of any product's build. It consumes the SBOMs the other products' pipelines emit
(Ninja-Remote/ncpeer, NMS/nmsnj, NinjaFlow all appear in its scope maps), scans them for CVEs
and files Jira issues — a downstream *security-scanning* relationship, not a code dependency.
Shares no code with the others; has its own DB/schema and a toolbox submodule.
authentication component: its pam_ninja.so gates SSH reverse-tunnel access into
Ninja infrastructure with a time-based OTP. Shares no code with the other repos; its
blast radius is operational (who can SSH-tunnel into hosts), not code-level. The client OTP
generators and the module must agree on the OTP scheme + shared secret.
these are *upstream* of ncpeer (and nccommon/vcpkg also of nmsnj) — weigh the consumer
side: API/ABI compatibility, build impact, and cross-platform reach.
contract.