Releases: ajinabraham/njsscan
Releases · ajinabraham/njsscan
0.3.1
- Major libsast upgrade
- Standard mapping support from libsast
- Publish latest docker images from master and release
0.3.0
- Performance Improvements
- Major semgrep upgrade
- SQLi rule bug fix
- Rules QA
0.2.9
- Support ES6 syntax for NoSQL find injection rule (@CharlyJazz)
- Added Severity Filter (@ansidorov)
- Remove Duplicated Rule
- Refactor Tests
0.2.8
- Support
njsscan-ignore
for templates - deprecate
ignore:
0.2.7
- semgrep update
- CWE Typo Fix
- libsast pattern matcher to support ignore findings.
0.2.6
- Rules QA
- License Change: LGPL2.1 -> LGPL3.0+
- Semgrep bump
0.2.5
- Bump Semgrep version to 0.47
- Rule QA
- Support HTML output format
0.2.4
0.2.3
- Removing a leading statement ellipsis trims time on a test corpus from
32.7 to 24.2 seconds. - Bump libsast, skip files > 25MB for pattern matcher and choice matcher.
0.2.2
- New Rule Express hbs Local File Read
- Rule QA
- New config
--config
to support .njsscan file from a custom location - Replaced expires rule and maxAge rule