Skip to content

fix(rvf): fail closed without executable trust anchor - #21

Open
proffesor-for-testing wants to merge 1 commit into
ruvnet:mainfrom
proffesor-for-testing:fix/20-strict-trust-anchor
Open

fix(rvf): fail closed without executable trust anchor#21
proffesor-for-testing wants to merge 1 commit into
ruvnet:mainfrom
proffesor-for-testing:fix/20-strict-trust-anchor

Conversation

@proffesor-for-testing

Copy link
Copy Markdown

Summary

  • fail strict verification for signed executable segments when no trusted key is configured
  • fail executable verification for unsupported signature algorithms
  • retain Skip/escalation semantics for signed non-executable metadata
  • document the strict execution contract in ADR-155

Fixes #20

Verification

  • cargo fmt --check
  • cargo test -p rvm-rvf (100 passed)
  • cargo clippy -p rvm-rvf --all-targets -- -D warnings
  • cargo check --workspace

TDD evidence

The two executable trust regressions failed against the pre-fix implementation, then passed after the eligibility change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

security: strict verification accepts executable signatures without a trust anchor

1 participant