From 53185f4ca1cc14ff68815dc4befb79206db46951 Mon Sep 17 00:00:00 2001 From: Wojciech Knapik Date: Fri, 6 Dec 2024 13:14:01 +0100 Subject: [PATCH] Added the latest ReDoS advisory --- config.json | 4 ++++ config.schema.json | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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 }