foxguard 0.3.2

Security scanner as fast as a linter. 118 built-in rules, 10 languages, sub-second scans.
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