facebook / docusaurus

Easy to maintain open source documentation websites.
https://docusaurus.io
MIT License
55.87k stars 8.37k forks source link

ws affected by a DoS when handling a request with many HTTP headers #10234

Closed jy95 closed 3 months ago

jy95 commented 3 months ago

Have you read the Contributing Guidelines on issues?

Prerequisites

Description

image

Reproducible demo

https://github.com/jy95/fhir-dosage-utils/tree/main/documentation

Steps to reproduce

Expected behavior

No CSV

Actual behavior

image

Your environment

No response

Self-service

slorber commented 3 months ago

As explained in many other issues already, we don't plan to fix theoretical DOS vulnerabilities reported by npm audit, unless you prove how the vulnerability can be harmful to Docusaurus users.

A docusaurus site has no runtime and does not use WS. Only the dev server does. If you try to DOS yourself through that vulnerability, we don't plan to fix that sorry 😅

The reasons are explained here: https://overreacted.io/npm-audit-broken-by-design/