SARIF Security Analysis Report

Summary

Total Runs: 2

Total Results: 7

Breakdown by Level:

Run 1: security-scanner

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

Run 2: style-checker

Consider using const instead of let for immutable values
src/main.rs:15:5
Function exceeds recommended length (>50 lines)
src/business/calculator.rs:78:1
Unused import detected
src/helpers/utils.rs:3:1