From c30ab52bd4588d207c1c48bdf119eaf016a1fd02 Mon Sep 17 00:00:00 2001 From: Henrique Cabral Date: Wed, 29 Jan 2025 20:46:14 -0300 Subject: [PATCH] Missing comma --- input/new.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/new.json b/input/new.json index d9e1a4b..3ce392c 100644 --- a/input/new.json +++ b/input/new.json @@ -2,7 +2,7 @@ "package_name": "twig/twig", "patch_versions": ["3.19.0"], "vulnerable_ranges": [ - ["3.17.0" "3.18.0"] + ["3.17.0", "3.18.0"] ], "cwe": ["CWE-20"], "tldr": "Affected versions of this package are affected by a design flaw that arises from inadequate input validation, specifically relating to the improper handling of escaping and null values when processing dynamic inputs in conjunction with the `??` operator. This vulnerability exposes the system to potential exploitation by malicious actors, who may leverage the weaknesses to execute injection attacks.",