From 4225a2151e93e731e4b221b714861c1bdf485d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Tue, 25 Nov 2025 18:34:23 +0100 Subject: [PATCH] fix: initial range for GHSA-wqch-xfxh-vrr4 Ref: - See original advisory: https://github.com/expressjs/body-parser/security/advisories/GHSA-wqch-xfxh-vrr4 --- .../2025/11/GHSA-wqch-xfxh-vrr4/GHSA-wqch-xfxh-vrr4.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/advisories/github-reviewed/2025/11/GHSA-wqch-xfxh-vrr4/GHSA-wqch-xfxh-vrr4.json b/advisories/github-reviewed/2025/11/GHSA-wqch-xfxh-vrr4/GHSA-wqch-xfxh-vrr4.json index 70352b7982f9..57a76d2e2254 100644 --- a/advisories/github-reviewed/2025/11/GHSA-wqch-xfxh-vrr4/GHSA-wqch-xfxh-vrr4.json +++ b/advisories/github-reviewed/2025/11/GHSA-wqch-xfxh-vrr4/GHSA-wqch-xfxh-vrr4.json @@ -29,13 +29,16 @@ "type": "ECOSYSTEM", "events": [ { - "introduced": "0" + "introduced": "2.2.0" }, { "fixed": "2.2.1" } ] } + ], + "versions": [ + "2.2.0" ] } ], @@ -70,4 +73,4 @@ "github_reviewed_at": "2025-11-25T14:20:21Z", "nvd_published_at": "2025-11-24T19:15:46Z" } -} \ No newline at end of file +}