fix(security): bump vulnerable transitive dev deps to patched versions#268
Open
rlorenzo wants to merge 3 commits into
Open
fix(security): bump vulnerable transitive dev deps to patched versions#268rlorenzo wants to merge 3 commits into
rlorenzo wants to merge 3 commits into
Conversation
fix(deps): remove unused @quasar/app-vite and bump vite to 8.1.4
…-3.1.4 chore(deps): bump fast-uri from 3.1.2 to 3.1.4
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.
Summary
Patches the 5 open high-severity Dependabot alerts. All are transitive dev-only dependencies (build/lint/test tooling), never shipped to the browser bundle or the .NET runtime.
overridesto 1.10.0 (concurrently pins exact1.8.4, sonpm updatecan't lift it)npm updateto 4.3.0overridesto 1.10.0npm updateto 2.1.2 / 5.0.7All are DoS / quadratic-complexity (ReDoS-style) advisories. Exploitation requires feeding attacker-controlled input to the vulnerable parser, which does not happen in dev tooling.
Intentionally not included
undici (VueApp, via
@codecov/vite-plugin) is flagged bynpm auditbut is not an open Dependabot alert. GitHub already auto-dismissed its advisories as low-impact dev-only, so it is left out to keep this scoped to the open alerts.Why only shell-quote needed an override
concurrentlypinsshell-quoteto an exact1.8.4(no caret), so npm cannot float it to a patched version.overridesis the correct lever.js-yamlandbrace-expansionmoved via plainnpm updatebecause their parents use caret ranges.Verification
npm audit: root 0 vulnerabilities; VueApp 1 remaining (the auto-dismissed undici).