chore(security): bump jsdom>undici override 7.28 → ^7.29.0 (5 CVE) - #483
Merged
Conversation
Ferme les 5 alertes Dependabot ouvertes sur bmatge/dsfr-data (GHSA #81, #83, #85, #87, #89, toutes sur undici 7.0.0–7.28.0) : - CRLF Injection via blob-like body 'type' (moderate) - cookie attribute injection via unsanitized domain (moderate) - cross-user info disclosure via whitespace in Cache-Control (moderate) - cross-user info disclosure + parse-time crash via private cache directives (high) - downstream response desynchronization via retry interceptor (moderate) L'override root a été introduit en #343 (juin) pour patcher un lot HIGH précédent — même pattern ici, on bump juste vers la version fixed. undici@8.10.0 direct (racine) reste tel quel (non affecté par ces CVE). Bonus : `npm audit fix` remonte brace-expansion@5.0.8 → 5.0.9 (GHSA-rgw5-rvv9-x895, high, DoS via unbounded intermediate arrays). `npm audit --audit-level=high` : 0 vulnerabilities. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Format non-conforme laissé par la refonte builder-carto (#472) : union type pipé sur 4 lignes → single-line (règle prettier 3.9.6). Le pre-commit hook n'écrit que sur les fichiers modifiés dans le commit, ce bout de fichier n'ayant pas été retouché depuis, il passait sous le radar. La CI `format:check` scanne tout et bloque. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ferme les 5 alertes Dependabot ouvertes
Toutes sur
undicitransitif viajsdom(l'override root existant forçaitundici@7.28.0, exactement la version vulnérable) :Contexte
L'override
jsdom > undicia été introduit en PR #343 (juin) pour patcher un lot d'advisories HIGH précédent — même pattern ici, on bump juste vers la version fixed (7.29.0 est le dernier 7.x, undici@8.x ne convient pas à jsdom en^7.x).undici@8.10.0direct (racine, ligne 86 du package.json) reste tel quel — non affecté par ces CVE.Bonus
npm audit fixremontebrace-expansion@5.0.8→5.0.9(advisory GHSA-rgw5-rvv9-x895, high — DoS via unbounded intermediate arrays, bypass de CVE-2026-14257).Test plan
npm audit --audit-level=high: 0 vulnérabilités (avant : 5 moderate/high dans le rapport de recette du 19/08)jsdom/node_modules/undici@7.29.0+brace-expansion@5.0.9gh api repos/bmatge/dsfr-data/dependabot/alerts --paginate --jq '.[] | select(.state == "open")'→ devrait être videRefs
🤖 Generated with Claude Code