CVE-2019-10742

Axios up to and including 0.18.0 allows attackers to cause a denial of service (application crash) by continuing to accepting content after maxContentLength is exceeded.
This commit is contained in:
fatih alp 2019-06-22 14:40:34 +03:00
parent 0e5a06e154
commit 9380024a18

View File

@ -10,7 +10,7 @@
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
}, },
"devDependencies": { "devDependencies": {
"axios": "^0.17", "axios": "^0.18.1",
"bootstrap": "^4.0.0", "bootstrap": "^4.0.0",
"popper.js": "^1.12", "popper.js": "^1.12",
"cross-env": "^5.1", "cross-env": "^5.1",