From 4cf95bae76a7b47a455d194e69ce70f4675d670a Mon Sep 17 00:00:00 2001 From: mblanke Date: Wed, 24 Dec 2025 12:42:44 -0500 Subject: [PATCH] Add initial Finding contract --- contracts/finding.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 contracts/finding.json diff --git a/contracts/finding.json b/contracts/finding.json new file mode 100644 index 0000000..1e1f3b1 --- /dev/null +++ b/contracts/finding.json @@ -0,0 +1,8 @@ +{ + "id": "string", + "source": "string", + "severity": "low | medium | high | critical", + "summary": "string", + "confidence": "number", + "timestamp": "ISO-8601" +}