The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Server-side prototype pollution materials

Filip | Last updated: Jun 10, 2024 07:06PM UTC

Hi, I am going over the materials on server-side prototype pollution, and I noticed a bug. Specifically, in the `Status code override` section and the code snippet showing the `createError` function. ``` if (!statuses.message[status] && (status > 400 || status >= 600))) { status = 500 } ``` Shouldn't this be status < 400?

Hannah, PortSwigger Agent | Last updated: Jun 11, 2024 10:35AM UTC