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 @@
# References
Bundled resources for input-validation-scanner skill
- [ ] owasp_input_validation_cheatsheet.md: OWASP Input Validation Cheat Sheet for best practices.
- [ ] codeql_rules.md: Documentation on custom CodeQL rules for input validation.
- [ ] semgrep_rules.md: Documentation on custom Semgrep rules for input validation.