Feedser evidence libraries

Relocation note: StellaOps.Feedser.Core remains in the retired Concelier source tree pending its owner program. VULN-B1 moved the closed, BCL-only StellaOps.Feedser.BinaryAnalysis project unchanged to src/__Libraries/ on 2026-08-24. Assembly, namespace, and public behavior are unchanged. The original standalone docs remain archived at docs-archive/modules/feedser/.

Feedser is the evidence-collection layer for backport detection and binary fingerprinting inside Stella Ops’ advisory pipeline. It is intended for engineers working on the Concelier backport-proof path and anyone integrating with the patch/binary evidence contracts.

Purpose

Feedser provides deterministic, cryptographic evidence collection for backport detection. It extracts patch signatures from unified diffs and binary fingerprints from compiled code to enable high-confidence vulnerability status determination for packages where upstream fixes have been backported by distro maintainers. It also hosts the determinization-pipeline signal attachers (EPSS, KEV) consumed by the advisory ingest path.

The module ships as two .NET 10 libraries in separate ownership roots:

Status

AttributeValue
MaturityProduction
Last Reviewed2026-08-24
MaintainerShared Libraries (BinaryAnalysis) + Concelier (Core)

Key Features

Dependencies

Upstream (this module depends on)

Downstream (modules that depend on this)

Verified ProjectReferences into the Feedser libraries:

Notes

Feedser is a pair of libraries (Feedser.Core, Feedser.BinaryAnalysis), not a standalone service. They expose no REST APIs, no CLI commands, and own no persistence schema (fingerprint/evidence entities are persisted by the consuming StellaOps.Concelier.ProofService.Postgres). They do not make vulnerability decisions. The patch/binary evidence feeds the Concelier backport-proof path; the EPSS/KEV signal attachers feed the advisory determinization pipeline.