From dd90d242aab458da37de9f49bc10c4f77b678a1d Mon Sep 17 00:00:00 2001 From: Al Snow <43523+jasnow@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:45:02 -0400 Subject: [PATCH] Drop required cve: field --- spec/schemas/gem.json | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/schemas/gem.json b/spec/schemas/gem.json index db4965b357..9cbc3dc052 100644 --- a/spec/schemas/gem.json +++ b/spec/schemas/gem.json @@ -6,7 +6,6 @@ "additionalProperties": false, "required": ["gem", "url", "title", "date", "description"], "anyOf": [ - { "required": ["cve"] }, { "required": ["osvdb"] }, { "required": ["ghsa"] } ],