fix: Upgrade Angular packages to resolve all Snyk vulnerabilities#14
Open
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Open
fix: Upgrade Angular packages to resolve all Snyk vulnerabilities#14devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Conversation
Upgrade all Angular packages from 21.1.1 to 21.2.x (latest patches): - @angular/animations, common, compiler, core, forms, platform-browser, platform-browser-dynamic, router: 21.1.1 -> 21.2.9 - @angular/build, cli: 21.1.1 -> 21.2.7 - @angular/compiler-cli: 21.1.1 -> 21.2.9 This resolves 17 SCA vulnerabilities including: - 2 Critical: SSRF in @angular/build and @schematics/angular (CVE-2026-27739) - 9 High: undici (4 CVEs), vite (2 CVEs), ajv ReDoS, picomatch ReDoS, @modelcontextprotocol/sdk race condition - 4 Medium: prototype pollution, HTTP smuggling, CRLF injection, directory traversal - 1 Low: XSS in @angular/compiler (CVE-2026-32635) Co-Authored-By: sachet.agarwal <sachet.agarwal@windsurf.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Author
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
Upgrades all Angular packages to their latest 21.2.x patch releases to resolve 16 SCA vulnerabilities identified by Snyk, including 2 critical (SSRF), 9 high (ReDoS, uncaught exceptions, missing auth, data amplification), and 5 medium/low severity issues.
Version changes:
@angular/animations,common,compiler,core,forms,platform-browser,platform-browser-dynamic,router:21.1.1→21.2.9@angular/core:21.2.4→21.2.9@angular/build,cli:21.1.1→21.2.7(latest available for these packages)@angular/compiler-cli:21.1.1→21.2.9These upgrades transitively fix vulnerable versions of
undici,vite,ajv,picomatch,@schematics/angular, and@modelcontextprotocol/sdk.Not addressed in this PR:
cockpit-project/cockpit) — system-level dependency, not controllable via npmReview & Testing Checklist for Human
@angular/buildand@angular/cliare at 21.2.7 while runtime packages are at 21.2.9. Confirm this version split does not cause build or runtime issues in your environment.package-lock.jsonaddition: The repo previously usedbun.lock. Verify this newpackage-lock.jsondoesn't conflict with your team's package manager workflow (npm vs bun).npm startorbun start) and verify it loads and functions correctly — the build succeeded in CI but a manual smoke test is recommended.Notes
npm installreports 0 vulnerabilities after the upgrade.ng buildcompletes successfully with the upgraded packages.Link to Devin session: https://app.devin.ai/sessions/301f0711f6844c3ca0959ed872c143be
Requested by: @SachetCognition