mirror of
https://github.com/mblanke/Goose-Core.git
synced 2026-03-01 06:10:20 -05:00
Add initial Finding contract
This commit is contained in:
8
contracts/finding.json
Normal file
8
contracts/finding.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"id": "string",
|
||||||
|
"source": "string",
|
||||||
|
"severity": "low | medium | high | critical",
|
||||||
|
"summary": "string",
|
||||||
|
"confidence": "number",
|
||||||
|
"timestamp": "ISO-8601"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user