mirror of
https://github.com/ruvnet/RuView
synced 2026-07-17 16:33:18 +00:00
407b46b206
Add ruvnet/midstream (AIMDS real-time inference) and ruvnet/sublinear-time-solver (sublinear optimization algorithms) as vendored dependencies under vendor/.
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"
|
|
]
|
|
} |