The current config/security_patterns.json contains generic patterns but lacks coverage for common real-world vulnerability types that frequently appear in web applications and open-source projects.
Proposed Solution
Expand config/security_patterns.json with patterns for the top 10 most common vulnerability types in web applications, each including:
- File pattern matching (which files trigger this pattern)
- Label pattern matching (which issue labels trigger this pattern)
- Severity level (info/warning/critical)
- Specific guidance (actionable advice, not generic warnings)
- OWASP documentation links (relevant cheat sheets and references)