Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:46 +08:00
commit ded41d7355
8 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for vulnerability-scanner skill
- [ ] vulnerability_types.md: Detailed descriptions of common vulnerability types (SQL injection, XSS, etc.).
- [ ] cve_database_schema.md: Schema of the CVE database used by the cve_lookup.py script.
- [ ] configuration_best_practices.md: Best practices for secure configuration of common applications and services.