Skip to content

Releases: ajinabraham/libsast

2.0.3

01 Sep 23:25
f820eff
Compare
Choose a tag to compare

Replace to Pool with ProcessPoolExecutor

2.0.2

01 Sep 03:51
63e50f2
Compare
Choose a tag to compare
  • Read worker count from LIBSAST_WORKERS
  • Possibly Fix #32 by lowering the worker count on Windows/Windows & Thread ripper combo

2.0.1

30 Aug 07:35
b278656
Compare
Choose a tag to compare
  • 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

30 Aug 04:41
4e6111b
Compare
Choose a tag to compare
  • Speed and Performance Improvements for Pattern Matcher and Choice Matcher.

Full Changelog: 1.5.3...2.0.0

1.5.3

29 Aug 05:44
6f34ce3
Compare
Choose a tag to compare
  • Semgrep bump to 0.117.0
  • Tox QA
  • Python version bump to 3.8+
  • Migrate setup.py to Poetry

1.5.2

17 Jul 04:21
Compare
Choose a tag to compare
  • Consistent files array bug fix

1.5.1

16 Jul 22:34
26b3f92
Compare
Choose a tag to compare
  • 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

31 Jan 02:13
Compare
Choose a tag to compare
  • Pattern matcher rule format change
  • libsast standard mapping support for pattern matcher, and semgrep
  • CWE database QA
  • Choice matcher fixes.

1.4.6

29 Jan 23:06
Compare
Choose a tag to compare
  • Updated semgrep integration and test issues
  • Major semgrep Bump 0.53 -> 0.80
  • Code QA

1.4.5

30 May 04:05
Compare
Choose a tag to compare
  • Update Semgrep
  • Fix CWE Standard Typo
  • Added Support for -ignore: single line comments to ignore findings for pattern matcher.