Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:41 +08:00
commit 9f5d7e282a
9 changed files with 300 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for sql-injection-detector skill
- [ ] sql_injection_cheatsheet.md: Comprehensive SQL injection cheat sheet with various attack vectors and payloads.
- [ ] owasp_sql_injection_prevention_cheatsheet.md: OWASP SQL Injection Prevention Cheat Sheet for secure coding practices.
- [ ] database_specific_syntax.md: Documentation on database-specific syntax for SQL injection attacks (MySQL, PostgreSQL, etc.).
- [ ] orm_security.md: Best practices for securing ORM usage against SQL injection vulnerabilities.