- Exit code 1 is returned only in conjunction with `--show-whitelisted` (45). - Fix bug in the processing of the 'until' whitelist field (43).
1.7.1
------------------
- Improve error messages when TOML files contain syntax errors. - Fix install requirements so that they match upstream nixpkgs (NixOS/nixpkgs43999).
1.7
----------------
- Selective CVE reporting: Only those CVEs are reported for which no whitelist entry exists (41). - Consider all applicable whitelist entries for a given package (pkg-version, pkg, "*") (42). - Refine TOML section header check.
1.6.3
------------------
- *Really* fix FC-101294. Now for whitelists containing more than one line :) - Fail on spaces between package and version in whitelist headers.
1.6.2
------------------
- Sort CVEs in JSON output. - Bugfix: fail clearly if section headers are not quoted (FC-101294).
1.6.1
------------------
- Parse derivation files with `__structuredAttrs = true` (37).