-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Overview
5 Dependabot alerts remain open that are unfixable until Docusaurus updates their upstream dependencies. These only affect the static docs site build process — they are not shipped in the Docker image.
Open Alerts
| Alert | Package | Severity | Issue |
|---|---|---|---|
| #53 | esbuild <=0.24.2 |
Medium | Dev server request reading (pinned by wrangler) |
| #79 | minimatch <3.1.3 |
High | ReDoS (pinned by serve-handler) |
| #84 | minimatch <3.1.4 |
High | ReDoS extglobs (pinned by serve-handler) |
| #85 | minimatch <3.1.3 |
High | ReDoS GLOBSTAR (pinned by serve-handler) |
| #86 | serialize-javascript <=7.0.2 |
High | RCE via RegExp (pinned by terser-webpack-plugin) |
Why they can't be fixed now
All 5 are transitive dependencies deep in the Docusaurus dependency tree (@docusaurus/core -> serve-handler -> minimatch, webpack -> terser-webpack-plugin -> serialize-javascript, etc.). There are no compatible upstream patches available.
Action items
- Monitor Docusaurus releases for dependency updates
- Re-run
npm updateinwebsite/after a new Docusaurus version and check if alerts resolve - Close this issue when all 5 alerts are resolved
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file