Commit graph

1 commit

Author SHA1 Message Date
jedarden
b78dfcb5e9 docs(bf-452rg): implement SSRF_BLOCKED substring check logic
- Implement substring check for SSRF_BLOCKED in error.message
- Check error.data for 'code': 'SSRF_BLOCKED' pattern
- Return true if either check passes, false otherwise
- Case-sensitive matching to avoid false positives
- Implementation present in both ErrorObject and standalone function
- All acceptance criteria PASS
- Tests compile and pass successfully

Closes bf-452rg
2026-07-06 18:25:52 -04:00