Skip to content

chore: resolve open dependabot security alerts - #254

Merged
jonathannorris merged 8 commits into
mainfrom
chore/dependabot-alerts
Aug 17, 2026
Merged

chore: resolve open dependabot security alerts#254
jonathannorris merged 8 commits into
mainfrom
chore/dependabot-alerts

Conversation

@jonathannorris

@jonathannorris jonathannorris commented Aug 17, 2026

Copy link
Copy Markdown
Member

Summary

  • Resolved 4 open Dependabot security alerts in the Angular integration test fixture by bumping vulnerable dependencies

Dependabot Alerts Resolved

Alert Package Severity Fix
#75 @angular/core high Bumped to 20.3.28 (patched: 20.3.27+)
#74 @angular/compiler high Bumped to 20.3.28 (patched: 20.3.27+)
#73 @angular/common high Bumped to 20.3.28 (patched: 20.3.27+)
#72 brace-expansion high Bumped to 2.1.4 (transitive, patched: 2.1.2+, resolved via lockfile update within existing semver range)

- vite ^6.4.2 -> ^6.4.3 (medium/high, alerts #57 #58)
- @babel/core transitive -> ^7.29.6 via override (low, alert #56)
- @angular/common, @angular/core, @angular/compiler 19.x -> 20.3.25 (high/medium, alerts #52 #53 #54 #55)

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
Address Copilot review feedback on PR #253: @openfeature/angular-sdk
1.3.1 requires @openfeature/web-sdk ^1.9.0 as a peer dependency, but
package.json still allowed ^1.7.3. Bump the declared range to match
and regenerate the lockfile.

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
- fast-uri ^3.1.2 -> ^3.1.4 (high, alert #59: host confusion via failed IDN canonicalization)
- fast-uri ^3.1.2 -> ^3.1.4 (high, alert #60: host confusion via literal backslash authority delimiter)

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
- postcss <= 8.5.17 -> ^8.5.18 override (high, alert #62)
- pin fast-uri override to exact 3.1.4 per CodeRabbit review suggestion

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
- fast-uri 3.1.4 -> 3.1.5 (high, alert #64: host confusion via backslash authority introducer)

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
- @angular/core 20.3.25 -> 20.3.28 (high, alert #75: XSS via event-handler attributes)
- @angular/compiler 20.3.25 -> 20.3.28 (high, alert #74: XSS via event-handler attributes)
- @angular/common 20.3.25 -> 20.3.28 (high, alert #73: cache-key ambiguity in HttpTransferCache)
- brace-expansion 2.1.0 -> 2.1.4 (high, alert #72: DoS via exponential-time expansion)

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
… main

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 2fa2ee5e-b70f-4c31-958a-05ed7b5358bd

📥 Commits

Reviewing files that changed from the base of the PR and between 5af5baa and 8cdb2f2.

⛔ Files ignored due to path filters (1)
  • test/angular-integration/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • test/angular-integration/package.json

Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The Angular integration package updates Angular runtime packages and @angular/compiler-cli from 20.3.25 to 20.3.27.

Changes

Angular integration dependencies

Layer / File(s) Summary
Update Angular dependency versions
test/angular-integration/package.json
Angular runtime packages and @angular/compiler-cli now use version range ^20.3.27.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 8cdb2

This PR updates vulnerable dependencies in the Angular integration test fixture; no actionable merge-blocking risk remains after normal checks and review.

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description check ✅ Passed The description clearly explains that the pull request updates Angular integration test dependencies to resolve Dependabot security alerts.
Title check ✅ Passed The title accurately summarizes the dependency updates intended to resolve open Dependabot security alerts.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jonathannorris
jonathannorris marked this pull request as ready for review August 17, 2026 18:43
@jonathannorris
jonathannorris requested a balanced review from Copilot August 17, 2026 18:48

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Angular integration fixture to resolve four Dependabot security alerts.

Changes:

  • Updates Angular dependencies to patched versions.
  • Refreshes the lockfile, including brace-expansion 2.1.4.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
test/angular-integration/package.json Raises Angular dependency ranges.
test/angular-integration/package-lock.json Locks patched Angular and transitive dependencies.
Files not reviewed (1)
  • test/angular-integration/package-lock.json: Generated file

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@jonathannorris
jonathannorris merged commit a821f16 into main Aug 17, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants