Releases: ajinabraham/libsast
Releases · ajinabraham/libsast
3.1.6
What's Changed
- Expose multiprocessing to cli args by @ajinabraham in #55
Full Changelog: 3.1.5...3.1.6
3.1.5
What's Changed
Multiprocessing has issues in AWS Lambda and with Python task Queues such as Celery and Django-Q.
Allow to choose between ProcessPoolExecutor
, ThreadPoolExecutor
and billiard
- Support multiple multiprocessing options by @ajinabraham in #54
Full Changelog: 3.1.4...3.1.5
3.1.4
What's Changed
- Make semgrep optional, also update actions. @ajinabraham in #53
Full Changelog: 3.1.3...3.1.4
3.1.3
What's Changed
- Update PatternMatcher and ChoiceMatcher internal apis by @ajinabraham in #52
Full Changelog: 3.1.2...3.1.3
3.1.2
What's Changed
Add support for usage within queues such as Celery, Django-Q with billiard multiprocessing
- 3.1.2 by @ajinabraham in #51
Full Changelog: 3.1.1...3.1.2
3.1.1
3.1.0
3.0.2
- Fix a bug in case match
- Removed
globals()