+2
-1
@@ -290,3 +290,4 @@ /*! | ||
| return qs.parse(str, { | ||
| allowPrototypes: true | ||
| allowPrototypes: true, | ||
| arrayLimit: 1000 | ||
| }); | ||
@@ -293,0 +294,0 @@ } |
+3
-3
| { | ||
| "name": "express", | ||
| "description": "Fast, unopinionated, minimalist web framework", | ||
| "version": "4.22.1", | ||
| "version": "4.22.2", | ||
| "author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -37,3 +37,3 @@ "contributors": [ | ||
| "array-flatten": "1.1.1", | ||
| "body-parser": "~1.20.3", | ||
| "body-parser": "~1.20.5", | ||
| "content-disposition": "~0.5.4", | ||
@@ -57,3 +57,3 @@ "content-type": "~1.0.4", | ||
| "proxy-addr": "~2.0.7", | ||
| "qs": "~6.14.0", | ||
| "qs": "~6.15.1", | ||
| "range-parser": "~1.2.1", | ||
@@ -60,0 +60,0 @@ "safe-buffer": "5.2.1", |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 4 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 4 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
222519
0.34%3479
0.03%- Removed
Updated
Updated