@@ -1466,6 +1466,10 @@ artifacts:
14661466 verification-criteria : >
14671467 Verification rejects modules with only classical or only PQC
14681468 signature when hybrid mode is configured.
1469+ # Honesty marker: Phase 3 PQC roadmap; hybrid Ed25519+SLH-DSA
1470+ # verification pipeline (CD-24) is still in draft. No hybrid
1471+ # verifier code path exists in src/lib yet.
1472+ implementation-status : design-only
14691473 links :
14701474 - type : derives-from
14711475 target : CG-1
@@ -1484,6 +1488,11 @@ artifacts:
14841488 verification-criteria : >
14851489 Cache lookup returns miss for entries whose signing key has been
14861490 revoked; revocation triggers immediate cache invalidation.
1491+ # Honesty marker: revocation-aware proof cache is design-only.
1492+ # No code exists today that wires key-revocation events to the
1493+ # proof cache; CR-20 has neither cybersecurity-design nor
1494+ # cybersecurity-verification linked.
1495+ implementation-status : design-only
14871496 links :
14881497 - type : derives-from
14891498 target : CG-8
@@ -1502,6 +1511,10 @@ artifacts:
15021511 verification-criteria : >
15031512 Verification rejects Fulcio certificates missing SCTs or containing
15041513 SCTs from untrusted CT logs.
1514+ # Honesty marker: paired with SC-26. Cryptographic verification of
1515+ # SCT signatures against trusted CT log keys is design-only — see
1516+ # the SC-26 entry in artifacts/stpa/losses-and-hazards.yaml.
1517+ implementation-status : design-only
15051518 links :
15061519 - type : derives-from
15071520 target : CG-7
@@ -1520,6 +1533,9 @@ artifacts:
15201533 verification-criteria : >
15211534 Checkpoint writes are atomic; partial writes do not corrupt existing
15221535 checkpoints; integrity check detects tampered checkpoints on load.
1536+ # Honesty marker: atomic checkpoint store (SC-28) is design-only.
1537+ # No write-then-rename checkpoint persistence exists in code today.
1538+ implementation-status : design-only
15231539 links :
15241540 - type : derives-from
15251541 target : CG-8
@@ -1556,6 +1572,11 @@ artifacts:
15561572 verification-criteria : >
15571573 Verification enforces configured threshold; rejects envelopes with
15581574 fewer valid signatures than the threshold requires.
1575+ # Honesty marker: configurable N-of-M threshold policy is design-only.
1576+ # `src/lib/src/dsse.rs` exists but does not yet expose a runtime
1577+ # threshold-policy configuration surface; CR-24 has no
1578+ # cybersecurity-design or cybersecurity-verification artifact yet.
1579+ implementation-status : design-only
15591580 links :
15601581 - type : derives-from
15611582 target : CG-1
0 commit comments