FIX vulnerability CVE-2021-43608 (#1392)

Doctrine DBAL 3.x before 3.1.4 allows SQL Injection: https://www.cve.org/CVERecord?id=CVE-2021-43608

Co-authored-by: Barry vd. Heuvel <[email protected]>
This commit is contained in:
Allan Laal
2024-02-07 21:24:42 +01:00
committed by GitHub
co-authored by Barry vd. Heuvel
parent 9d14b019f6
commit f3ad134242
+1 -1
View File
@@ -24,7 +24,7 @@
"ext-json": "*", "ext-json": "*",
"barryvdh/reflection-docblock": "^2.0.6", "barryvdh/reflection-docblock": "^2.0.6",
"composer/class-map-generator": "^1.0", "composer/class-map-generator": "^1.0",
"doctrine/dbal": "^2.6 || ^3", "doctrine/dbal": "^2.6 || ^3.1.4",
"illuminate/console": "^9 || ^10", "illuminate/console": "^9 || ^10",
"illuminate/filesystem": "^9 || ^10", "illuminate/filesystem": "^9 || ^10",
"illuminate/support": "^9 || ^10", "illuminate/support": "^9 || ^10",