diff --git a/config.json b/config.json index ff9f78d..d144c78 100644 --- a/config.json +++ b/config.json @@ -42,6 +42,10 @@ { "advisory": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "issue": "https://github.com/brave/brave-browser/issues/42340" + }, + { + "advisory": "https://github.com/advisories/GHSA-rhx6-c78j-4q9w", + "issue": "https://github.com/brave/brave-browser/issues/42721" } ], "comments": [] diff --git a/config.schema.json b/config.schema.json index ebd6d75..732f4b4 100644 --- a/config.schema.json +++ b/config.schema.json @@ -21,8 +21,7 @@ } }, "required": [ - "advisory", - "issue" + "advisory" ], "additionalProperties": false } @@ -43,8 +42,7 @@ } }, "required": [ - "advisory", - "issue" + "advisory" ], "additionalProperties": false }