Releases: advanced-security/filter-sarif
Releases · advanced-security/filter-sarif
v1.1
What's Changed
- Specify category in upload by @felickz in #10
- Fix minimal example glob by @aegilops in #12
- Update recommended usage to preserve diagnostics for failed runs by @henrymercer in #13
- Update filter_sarif.py: use UTF-8 as encoding for reading/writing SARIF content by @aibaars in #14
- Add optional severity filter for SARIF alerts by @Copilot in #17
New Contributors
- @felickz made their first contribution in #10
- @henrymercer made their first contribution in #13
- @aibaars made their first contribution in #14
- @Copilot made their first contribution in #17
Full Changelog: v1...v1.1
v1.0.1
Fixes
- Updated to work in Docker containers (thanks @way-dave!)
Release 1.0
New features in this release:
- Matching on alert message
- Test cases