Commit 8cffc33
committed
feat(materials): add RADAMSA_REPORT and RADAMSA_CRASHES material types
Add two material types for radamsa fuzzing evidence:
- RADAMSA_REPORT: radamsa -M metadata log, projected to input.elements for
policy evaluation
- RADAMSA_CRASHES: crashing inputs (single file or tar.gz/zip archive),
metadata-only with a crash-count annotation
Includes a shared -M log parser subpackage, both crafters, and policy-engine
content handling that treats crash content as metadata-only (excluded from
filesystem reads and discarded when inline).
Assisted-by: Claude Code
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
Chainloop-Trace-Sessions: 72f7fee5-d0c0-4328-a27b-319e49087aa6
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>1 parent a05305a commit 8cffc33
27 files changed
Lines changed: 757 additions & 22 deletions
File tree
- app
- cli/documentation
- controlplane/api
- gen
- frontend/workflowcontract/v1
- jsonschema
- workflowcontract/v1
- pkg/attestation/crafter
- api/attestation/v1
- testdata
- materials
- radamsa
- testdata
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
3025 | 3025 | | |
3026 | 3026 | | |
3027 | 3027 | | |
3028 | | - | |
| 3028 | + | |
3029 | 3029 | | |
3030 | 3030 | | |
3031 | 3031 | | |
| |||
Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments