foxguard 0.12.0

A security scanner as fast as a linter, written in Rust. 200+ built-in rules across 12 source languages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
## Summary

<!-- What does this PR do? -->

## Checklist

- [ ] Code compiles without warnings (`cargo clippy`)
- [ ] Tests pass (`cargo test`)
- [ ] Code is formatted (`cargo fmt`)
- [ ] Security rules have test coverage in `tests/fixtures/`
- [ ] Breaking changes are documented