mirror of
https://github.com/ruanbekker/DevSecOps.git
synced 2025-04-19 15:11:38 +02:00
semgrep limitations note
This commit is contained in:
parent
ffc134b767
commit
e097b03fa0
@ -147,6 +147,8 @@ Static code review tools working with source code and looking for known patterns
|
|||||||
| **SonarQube community** | [https://github.com/SonarSource/sonarqube](https://github.com/SonarSource/sonarqube) | Detect security issues in code review with Static Application Security Testing (SAST) | |
|
| **SonarQube community** | [https://github.com/SonarSource/sonarqube](https://github.com/SonarSource/sonarqube) | Detect security issues in code review with Static Application Security Testing (SAST) | |
|
||||||
| **gosec** | [https://github.com/securego/gosec](https://github.com/securego/gosec) | Inspects source code for security problems by scanning the Go AST. | |
|
| **gosec** | [https://github.com/securego/gosec](https://github.com/securego/gosec) | Inspects source code for security problems by scanning the Go AST. | |
|
||||||
|
|
||||||
|
**Note:** Semgrep is free CLI tool, however some rulesets (https://semgrep.dev/r) are having various licences, some can be free to use and can be commercial.
|
||||||
|
|
||||||
OWASP curated list of SAST tools : https://owasp.org/www-community/Source_Code_Analysis_Tools
|
OWASP curated list of SAST tools : https://owasp.org/www-community/Source_Code_Analysis_Tools
|
||||||
|
|
||||||
## DAST
|
## DAST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user