mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
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:
co-authored by
Barry vd. Heuvel
parent
9d14b019f6
commit
f3ad134242
+1
-1
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user