29 lines
769 B
JSON
29 lines
769 B
JSON
{
|
|
"timestamp": "2025-10-26T13:57:33.597Z",
|
|
"totalIssues": 1,
|
|
"critical": 0,
|
|
"high": 1,
|
|
"medium": 0,
|
|
"low": 0,
|
|
"issues": [
|
|
{
|
|
"severity": "high",
|
|
"category": "Configuration",
|
|
"file": ".gitignore",
|
|
"description": ".env file not excluded from version control",
|
|
"recommendation": "Add .env to .gitignore to prevent credential leakage"
|
|
}
|
|
],
|
|
"passed": [
|
|
".env.example exists",
|
|
"No hardcoded API keys found",
|
|
"Input validation mechanisms found",
|
|
"Authentication mechanisms present",
|
|
"HTTPS usage detected",
|
|
"WSS (secure WebSocket) usage detected",
|
|
"Rate limiting mechanisms found",
|
|
"Error handling found in 6 files",
|
|
"Logging practices reviewed",
|
|
"CORS configuration present"
|
|
]
|
|
} |