mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-06-12 17:17:49 +02:00
Add files via upload
This commit is contained in:
@@ -98,7 +98,7 @@ type Vulnerability struct {
|
|||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Description string `json:"description"`
|
Description string `json:"description"`
|
||||||
Severity string `json:"severity"` // critical, high, medium, low, info
|
Severity string `json:"severity"` // critical, high, medium, low, info
|
||||||
Status string `json:"status"` // open, confirmed, fixed, false_positive
|
Status string `json:"status"` // open, confirmed, fixed, false_positive, ignored
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
Target string `json:"target"`
|
Target string `json:"target"`
|
||||||
Proof string `json:"proof"`
|
Proof string `json:"proof"`
|
||||||
|
|||||||
Reference in New Issue
Block a user