Skip to content

Commit

Permalink
Raise minimum version of Archive_Tar to avoid CVE-2020-36193
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Aug 16, 2021
1 parent ca234e6 commit 978b538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"pear/archive_tar": "^1.4.11",
"pear/archive_tar": "^1.4.14",
"php": ">=7.3",
"ext-curl": "*",
"ext-zip": "*",
Expand Down

0 comments on commit 978b538

Please sign in to comment.