fix: bump 18 deps and add 4 overrides to resolve Snyk vulnerabilities - #55
Open
cs-raj wants to merge 1 commit into
Open
fix: bump 18 deps and add 4 overrides to resolve Snyk vulnerabilities#55cs-raj wants to merge 1 commit into
cs-raj wants to merge 1 commit into
Conversation
…bilities Direct dep upgrades: - @contentstack/delivery-sdk ^5.2.1 → ^5.5.2 - @contentstack/live-preview-utils ^4.4.4 → ^4.4.5 - @sveltejs/adapter-node ^5.5.4 → ^5.5.7 - @sveltejs/kit ^2.70.1 → ^2.70.2 (latest; ReDoS has no fix yet) - @tailwindcss/postcss ^4.3.1 → ^4.3.3 - eslint ^9.39.4 → ^9.39.5 - eslint-plugin-svelte ^3.19.0 → ^3.22.0 - globals ^17.6.0 → ^17.9.0 - prettier ^3.8.4 → ^3.9.6 - prettier-plugin-tailwindcss ^0.8.0 → ^0.8.1 - svelte ^5.56.3 → ^5.56.8 - svelte-check ^4.6.0 → ^4.7.5 - tailwindcss ^4.3.1 → ^4.3.3 - vite ^7.3.5 → ^7.3.6 - lightningcss-linux-x64-gnu 1.32.0 → 1.33.0 - lightningcss-linux-x64-musl 1.32.0 → 1.33.0 - @rollup/rollup-linux-x64-gnu ^4.62.0 → ^4.62.4 - @rollup/rollup-linux-x64-musl ^4.62.0 → ^4.62.4 Overrides added: - cookie → 0.7.1 (fixes out-of-bounds chars vuln) - dompurify → 3.4.13 (fixes XSS) - js-yaml → 4.3.1 (fixes CVE-2026-59870 ReDoS) - nanoid → 3.3.18 (fixes zero-size loop) Package version: 0.1.1 → 0.1.2 Vuln count: npm 6 → 0, Snyk 3 medium → 2 (1 remaining: @sveltejs/kit ReDoS, no fix yet). Build requires env vars (pre-existing).
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
✅ BUILD PASSED - All security checks passed |
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
overridesto pin vulnerable transitive depsDirect dependency changes
@contentstack/delivery-sdk^5.2.1^5.5.2@contentstack/live-preview-utils^4.4.4^4.4.5@sveltejs/adapter-node^5.5.4^5.5.7@sveltejs/kit^2.70.1^2.70.2@tailwindcss/postcss^4.3.1^4.3.3eslint^9.39.4^9.39.5eslint-plugin-svelte^3.19.0^3.22.0globals^17.6.0^17.9.0prettier^3.8.4^3.9.6prettier-plugin-tailwindcss^0.8.0^0.8.1svelte^5.56.3^5.56.8svelte-check^4.6.0^4.7.5tailwindcss^4.3.1^4.3.3vite^7.3.5^7.3.6lightningcss-linux-x64-gnu(optional)1.32.01.33.0lightningcss-linux-x64-musl(optional)1.32.01.33.0@rollup/rollup-linux-x64-gnu(optional)^4.62.0^4.62.4@rollup/rollup-linux-x64-musl(optional)^4.62.0^4.62.4Overrides added
cookie0.7.1dompurify3.4.13js-yaml4.3.1nanoid3.3.18Vulnerability counts (before → after)
Remaining issues
@sveltejs/kitReDoS (Snyk medium) — no fix released yet;2.70.2is the latest available and still within the vulnerable range (<=2.70.2). Needs upstream release.brace-expansionoverride skipped — proposed override5.0.9is cross-major vs the locked1.1.16; forced cross-major overrides can introduce incompatibilities.npm run buildrequires Contentstack API key env vars. Pre-existing project requirement, not caused by dep changes.