Initial commit
This commit is contained in:
7
skills/input-validation-scanner/scripts/README.md
Normal file
7
skills/input-validation-scanner/scripts/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Scripts
|
||||
|
||||
Bundled resources for input-validation-scanner skill
|
||||
|
||||
- [ ] codeql_scan.sh: Executes CodeQL to scan the code for input validation vulnerabilities. Requires CodeQL CLI to be installed.
|
||||
- [ ] semgrep_scan.sh: Executes Semgrep to scan the code for input validation vulnerabilities. Requires Semgrep CLI to be installed.
|
||||
- [ ] dependency_check.py: Python script to check for vulnerable dependencies that could lead to input validation issues. Requires a requirements.txt file.
|
||||
Reference in New Issue
Block a user