Commit graph

2 commits

Author SHA1 Message Date
jedarden
d9ffa6be6b docs(bf-4fuos): add SSRF_BLOCKED assertions verification note 2026-07-06 20:59:04 -04:00
jedarden
2286d1c510 docs(bf-pl44l): verify fuzz target source code has no syntax errors
Verified all 7 fuzz targets compile successfully with cargo-fuzz:
- cmap_parser, content, lexer, object_parser
- profile_yaml, stream_decoder, xref

All targets have correct structure:
- #![no_main] attribute ✓
- use libfuzzer_sys::fuzz_target ✓
- fuzz_target!(|data: &[u8]| { ... }) ✓
- All imports resolve correctly ✓

Acceptance criteria: PASS (all 4 criteria met)
Verification: notes/bf-pl44l.md
2026-07-06 20:47:29 -04:00