Add initial Finding contract

This commit is contained in:
2025-12-24 12:42:44 -05:00
committed by GitHub
parent c774795863
commit 4cf95bae76

8
contracts/finding.json Normal file
View File

@@ -0,0 +1,8 @@
{
"id": "string",
"source": "string",
"severity": "low | medium | high | critical",
"summary": "string",
"confidence": "number",
"timestamp": "ISO-8601"
}