Error
Rule: CWE-89
SQL injection vulnerability detected in user input validation
src/auth/login.rs:42:15
Error
Rule: CWE-798
Hardcoded password found in configuration
src/config/database.rs:28:1
Warning
Rule: CWE-79
Unescaped user input in HTML template
src/web/templates.rs:156:8
Warning
Rule: ERR-001
Missing error handling for file operations
src/utils/file_manager.rs:89:12