Libsast Versions Save

Generic SAST Library

2.0.3

8 months ago

Replace to Pool with ProcessPoolExecutor

2.0.2

8 months ago
  • Read worker count from LIBSAST_WORKERS
  • Possibly Fix #32 by lowering the worker count on Windows/Windows & Thread ripper combo

2.0.1

8 months ago
  • Fixed a bug in Windows affecting CPUs with more than 61 logical processors. (#30)

Full Changelog: https://github.com/ajinabraham/libsast/compare/2.0.0...2.0.1

2.0.0

8 months ago
  • Speed and Performance Improvements for Pattern Matcher and Choice Matcher.

Full Changelog: https://github.com/ajinabraham/libsast/compare/1.5.3...2.0.0

1.5.3

8 months ago
  • Semgrep bump to 0.117.0
  • Tox QA
  • Python version bump to 3.8+
  • Migrate setup.py to Poetry

1.5.2

1 year ago
  • Consistent files array bug fix

1.5.1

1 year ago
  • 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

2 years ago
  • Pattern matcher rule format change
  • libsast standard mapping support for pattern matcher, and semgrep
  • CWE database QA
  • Choice matcher fixes.

1.4.6

2 years ago
  • Updated semgrep integration and test issues
  • Major semgrep Bump 0.53 -> 0.80
  • Code QA

1.4.5

2 years ago
  • Update Semgrep
  • Fix CWE Standard Typo
  • Added Support for -ignore: single line comments to ignore findings for pattern matcher.