Change8

form-data-parser@0.17.4

📦 remixView on GitHub →
1 features🐛 1 fixes🔧 1 symbols

Summary

This patch introduces security enhancements by applying existing request size and part limits to application/x-www-form-urlencoded parsing via parseFormData().

✨ New Features

  • Apply maxParts and maxTotalSize limits when parsing application/x-www-form-urlencoded requests via parseFormData().

🐛 Bug Fixes

  • urlencoded submissions can no longer bypass field count and total body size protections previously only applied to multipart forms.

Affected Symbols