@hapi/content
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -99,2 +99,6 @@ 'use strict'; | ||
if ($1 === '__proto__') { | ||
throw Boom.badRequest('Invalid content-disposition header format includes invalid parameters'); | ||
} | ||
if ($2) { | ||
@@ -101,0 +105,0 @@ if (!$3) { |
{ | ||
"name": "@hapi/content", | ||
"description": "HTTP Content-* headers parsing", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"repository": "git://github.com/hapijs/content", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7089
90