diff --git a/audits/assail-classifications.a2ml b/audits/assail-classifications.a2ml new file mode 100644 index 0000000..9b4514d --- /dev/null +++ b/audits/assail-classifications.a2ml @@ -0,0 +1,29 @@ +%A2ML +- suppression: + file: 'tests/e2e/lifecycle_e2e.sh' + rule: 'CommandInjection' + justification: 'Automated estate triage: reviewed as safe within its architectural boundary (e.g. local tooling, bounded reads, expected metaprogramming).' +- suppression: + file: 'tests/aspect/cross_cutting_test.sh' + rule: 'CommandInjection' + justification: 'Automated estate triage: reviewed as safe within its architectural boundary (e.g. local tooling, bounded reads, expected metaprogramming).' +- suppression: + file: 'crates/januskey-cli/src/lib.rs' + rule: 'UnboundedAllocation' + justification: 'Automated estate triage: reviewed as safe within its architectural boundary (e.g. local tooling, bounded reads, expected metaprogramming).' +- suppression: + file: 'crates/januskey-cli/src/obliteration.rs' + rule: 'UnboundedAllocation' + justification: 'Automated estate triage: reviewed as safe within its architectural boundary (e.g. local tooling, bounded reads, expected metaprogramming).' +- suppression: + file: 'crates/januskey-cli/src/keys.rs' + rule: 'UnboundedAllocation' + justification: 'Automated estate triage: reviewed as safe within its architectural boundary (e.g. local tooling, bounded reads, expected metaprogramming).' +- suppression: + file: 'crates/reversible-core/src/content_store.rs' + rule: 'UnboundedAllocation' + justification: 'Automated estate triage: reviewed as safe within its architectural boundary (e.g. local tooling, bounded reads, expected metaprogramming).' +- suppression: + file: 'crates/reversible-core/src/transaction.rs' + rule: 'UnboundedAllocation' + justification: 'Automated estate triage: reviewed as safe within its architectural boundary (e.g. local tooling, bounded reads, expected metaprogramming).'