mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-06-04 13:28:03 +02:00
9 lines
323 B
JSON
9 lines
323 B
JSON
{
|
|
"title": "Example finding",
|
|
"severity": "medium",
|
|
"affected": "https://example.com/api/v1/search",
|
|
"summary": "Parameterized query reflects error message; verify with authorized DAST only.",
|
|
"remediation": "Use prepared statements; generic error pages in production.",
|
|
"references": ["OWASP SQL Injection"]
|
|
}
|