Skip to content

Commit af137f1

Browse files
allanlaalbarryvdh
authored andcommitted
FIX vulnerability CVE-2021-43608 (barryvdh#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]>
1 parent dc88cfb commit af137f1

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)