Skip to content

Release v0.32.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 06:21

Added

  • JSON output now includes an attribute of findings named is_ignored.
    This is false under regular circumstances,
    but if you run with --disable-nosem,
    it will return true for findings
    that normally would've been excluded by a // nosem comment.

Changed

  • Added a default timeout of 30 seconds per file instead of none (#1981).