Releases: ajinabraham/libsast
Releases · ajinabraham/libsast
2.0.3
Replace to Pool with ProcessPoolExecutor
2.0.2
2.0.1
- Fixed a bug in Windows affecting CPUs with more than 61 logical processors. (#30)
Full Changelog: 2.0.0...2.0.1
2.0.0
- Speed and Performance Improvements for Pattern Matcher and Choice Matcher.
Full Changelog: 1.5.3...2.0.0
1.5.3
- Semgrep bump to 0.117.0
- Tox QA
- Python version bump to 3.8+
- Migrate setup.py to Poetry
1.5.2
- Consistent files array bug fix
1.5.1
- Semgrep version bump to 0.104.0
- Semgrep to support Mac M1 ARM
- Bug fixes # 18
- Minimum supported python version is now 3.7
1.5.0
- Pattern matcher rule format change
- libsast standard mapping support for pattern matcher, and semgrep
- CWE database QA
- Choice matcher fixes.
1.4.6
- Updated semgrep integration and test issues
- Major semgrep Bump 0.53 -> 0.80
- Code QA
1.4.5
- Update Semgrep
- Fix CWE Standard Typo
- Added Support for
-ignore:
single line comments to ignore findings for pattern matcher.