Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:16 +08:00
commit 38f63304b6
10 changed files with 518 additions and 0 deletions

View 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.