libsast icon indicating copy to clipboard operation
libsast copied to clipboard

Generic SAST Library

Results 10 libsast issues
Sort by recently updated
recently updated
newest added

H there, Thank you for your code. It's quite useful. I am thinking whether could it be improved by parallelizing the for loops through the rules. When there are many...

https://owasp.org/www-project-mobile-top-10/

## ENVIRONMENT OS and Version: Ubuntu 22.04.3 LTS (Jammy Jellyfish) on WSL2 Python Version: 3.10.12 MobSF Version: v3.7.9 beta ## EXPLANATION OF THE ISSUE Detection patterns like "-id: rule3" in...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.33 to 3.1.37. Release notes Sourced from gitpython's releases. 3.1.37 - a proper fix CVE-2023-41040 What's Changed Improve Python version and OS compatibility, fixing deprecations by @​EliahKagan...

dependencies

**Scan commands**: 1. `C:\>libsast -s X:/Semgrep-home/semgrep-rules/ccs.yml X:/test/file/` 2. `C:\>libsast -s X:/Semgrep-home/semgrep-rules/ccs.yml X:/test/file/ --show-progress --output libsast_report.json ` P.S. - I'm trying to run semgrep rules on windows machine. Running on python...

I am trying to introduce in my MobSF instance the [OWASP rules for mobile application analysis](https://github.com/mindedsecurity/semgrep-rules-android-security) I have already included the rules in the project and I have been testing...

Libsast pattern for deleting multiline comment ("/\*([\S|\s]+?)\*/") will delete code if it will find "/*" in constant string. For example: uriMatcher.addURI(PROVIDER_NAME, "users/*", 1);

Hi @ajinabraham, I have a repository that has lots of test files in different folders that are named xxxxxTest.xxx. Currently there is no way to ignore them. This pull request...