Skip to content

Releases: ajinabraham/libsast

3.1.0

04 Nov 22:04
dddf52a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.1.0

3.0.2

04 Nov 19:08
a1f9856
Compare
Choose a tag to compare
  • Fix a bug in case match
  • Removed globals()

3.0.1

04 Nov 09:51
Compare
Choose a tag to compare
  • Using Threadpool and Processpool to improve performance
  • Add support for custom CPU cores
  • Code QA
  • Added OWASP Mobile Top 10 2024 standards
  • Added tests
  • Fixes #39, #38 , #46, #45
  • PyPI release fix

3.0.0

04 Nov 09:43
ed4687b
Compare
Choose a tag to compare
  • Using Threadpool and Processpool to improve performance
  • Add support for custom CPU cores
  • Code QA
  • Added OWASP Mobile Top 10 2024 standards
  • Added tests
  • Fixes #39, #38 , #46, #45

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