Skip to content

form-data-parser v0.17.4

Choose a tag to compare

@github-actions github-actions released this 01 Jul 19:05
9b722bf

Patch Changes

  • Apply maxParts and maxTotalSize limits when parsing application/x-www-form-urlencoded requests with parseFormData(), so urlencoded submissions can no longer bypass the same field count and total body size protections used for multipart forms.