Added
- JSON output now includes an attribute of findings named
is_ignored
.
This isfalse
under regular circumstances,
but if you run with--disable-nosem
,
it will returntrue
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).