Skip to content

Releases: advanced-security/filter-sarif

v1.1

11 Mar 16:02
2da736f

Choose a tag to compare

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

Full Changelog: v1...v1.1

v1.0.1

27 Apr 13:35
f3b8118

Choose a tag to compare

Fixes

  • Updated to work in Docker containers (thanks @way-dave!)

Release 1.0

14 Nov 09:25
bc96d9f

Choose a tag to compare

New features in this release:

  • Matching on alert message
  • Test cases