Skip to content

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueOCabral committed Jan 29, 2025
1 parent 09313e2 commit c30ab52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/new.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit c30ab52

Please sign in to comment.