Skip to content

Commit f3ad134

Browse files
allanlaalbarryvdh
andauthored
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 <barry@fruitcake.nl>
1 parent 9d14b01 commit f3ad134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ext-json": "*",
2525
"barryvdh/reflection-docblock": "^2.0.6",
2626
"composer/class-map-generator": "^1.0",
27-
"doctrine/dbal": "^2.6 || ^3",
27+
"doctrine/dbal": "^2.6 || ^3.1.4",
2828
"illuminate/console": "^9 || ^10",
2929
"illuminate/filesystem": "^9 || ^10",
3030
"illuminate/support": "^9 || ^10",

0 commit comments

Comments
 (0)