Conversation
Resolves all 10 open Dependabot alerts on the repository. Angular 21.2.17 -> 21.2.19 (alerts #247, #248, #249) - GHSA-jj27-h5hq-8x99 (high): i18n XSS via event-handler attributes (@angular/core, @angular/compiler) - GHSA-jhpw-976m-542j (high): cache-key ambiguity in HttpTransferCache leading to cross-request response reuse and state poisoning (@angular/common) The whole @angular/* set moves together because these packages carry exact peer ranges on one another. undici -> 7.29.0 override floor (alerts #252-#256) - GHSA-4cwx-7wf7-3272 (high): cross-user info disclosure and parse-time crash via degenerate private cache directives - GHSA-m8rv-5g2x-5cg5: CRLF injection via blob-like body type - GHSA-v3r7-h72x-cjcm: cookie attribute injection - GHSA-jr45-8vmc-qm54: disclosure via whitespace in Cache-Control - GHSA-8xcm-r25x-g524: response desync via retry interceptor ip-address -> 10.2.2 override floor, resolves to 10.4.0 (alerts #250, #251) - GHSA-4xrf-jv44-h6hh: CIDR suffix suppresses special-use classification, bypassing SSRF and trust-boundary checks - GHSA-22jq-vg5j-6vgg: misclassification of IPv4-mapped/NAT64 IPv6 The lockfile was regenerated because npm cannot perform the Angular lockstep peer upgrade incrementally; the incidental transitive bumps all sit inside the semver ranges already declared in package.json. Verified: npm audit reports 0 vulnerabilities, npm ci succeeds, production build succeeds, 39/39 unit tests pass. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…ip-address fix(deps): patch 10 Dependabot alerts (Angular XSS, undici, ip-address)
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
Promotes the security fixes from
developtomaster. This is the release step that actually closes the 10 Dependabot alerts — they only auto-resolve on the default branch (master).Contains a single commit:
3f24e2a(merged via #104).Alerts closed by this merge
@angular/core@angular/compiler@angular/commonundiciundiciundiciundiciCache-Controlwhitespaceundiciip-addressip-addressScope
Two files, no application source:
package.json—@angular/*→^21.2.19,overrides.undici→^7.29.0,overrides.ip-address→^10.2.2package-lock.json— regenerated (npm cannot do the Angular lockstep peer upgrade incrementally); all incidental bumps stay inside ranges already declared inpackage.jsonmasterhad no commits absent fromdevelopat the time of opening, so this is a clean fast-forward with no divergence to reconcile.Verification
Already validated on #104, CI green:
npm audit→ 0 vulnerabilitiesnpm ci→ succeeds, lockfile in syncnpm run build(production) → succeedsnpm run test:ci→ 39/39 passingNote
Dependabot PR #103 (
@angular/common21.2.17 → 22.1.0) targetsmasterand overlaps with this one. This PR fixes the same advisory by staying on the 21.2.x patch line instead of taking a major upgrade, so #103 should be closable as superseded once this merges — worth confirming rather than merging both.🤖 Generated with Claude Code