save checkpoint
This commit is contained in:
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user