From e5177708fedd25cf02cd405c18854cc2eab96e94 Mon Sep 17 00:00:00 2001 From: Daniel D'Avella Date: Tue, 3 Dec 2024 20:49:44 -0500 Subject: [PATCH] Clarify description of changeset.fixedFindings --- codetf.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codetf.schema.json b/codetf.schema.json index bc8bb9a..107bcab 100644 --- a/codetf.schema.json +++ b/codetf.schema.json @@ -183,7 +183,7 @@ }, "fixedFindings": { "type": "array", - "description": "List of findings that were fixed by this changeset", + "description": "List of findings that were fixed by this changeset. Used for findings that can't be attached to a specific change.", "items": { "$ref": "#/definitions/detector/fixedFinding" } } },