save checkpoint

This commit is contained in:
master
2026-02-12 21:02:43 +02:00
parent 5bca406787
commit 9911b7d73c
593 changed files with 174390 additions and 1376 deletions

View File

@@ -36,6 +36,13 @@ Tier B catalog lookups are performed over three identity dimensions:
- `BinaryKey`
- `FileSha256`
### 1.2.1 Tier C Fingerprint Runtime Contract
Tier C function fingerprint matching is implemented as deterministic offline-safe byte-window analysis:
- `FingerprintExtractor` derives basic-block hashes, CFG hash, string-reference hashes, constants, and call-targets from bounded binary byte windows (not seed-only synthetic placeholders).
- `SignatureMatcher` applies configurable weighted matching across basic-block, CFG, string-reference, and constant signals.
- Golden CVE fixtures include required high-impact package coverage for `openssl`, `glibc`, `zlib`, and `curl`, and verification checks enforce this coverage during feature rechecks.
### 1.3 Module Scope
**In Scope:**