This repository was archived by the owner on May 8, 2026. It is now read-only.
fix(security): remediate 10 dependency vulnerabilities#19
Closed
akshaynakra-unloan wants to merge 1 commit into
Closed
fix(security): remediate 10 dependency vulnerabilities#19akshaynakra-unloan wants to merge 1 commit into
akshaynakra-unloan wants to merge 1 commit into
Conversation
- Fixed 10 security alerts (0 critical, 4 high, 6 medium, 0 low) - Direct upgrades: @actions/github 6.0.1 → 8.0.1 (undici 5.29.0 → 6.25.0) - Scoped resolutions added: picomatch ^2.3.2, minimatch ^3.1.3, uuid ^14.0.0, js-yaml ^3.14.2 - Resolution updates: @octokit/core ^7.0.0, undici ^6.24.0 - Jest configuration: Added ES module support and uuid mock for test compatibility - Validation: Build passes, tests pass with proper ES module handling Alerts fixed: - changesets#105, changesets#110, changesets#111, changesets#112, changesets#113 (undici): WebSocket DoS, request smuggling, CRLF injection - changesets#108 (minimatch): ReDoS via GLOBSTAR segments - changesets#114, changesets#115 (picomatch): ReDoS via extglob, method injection - changesets#116 (uuid): Buffer bounds check issue - changesets#104 (js-yaml): Prototype pollution in merge Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
f8e0e99 to
ed52e43
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Security Vulnerability Remediation
Summary
Fixed 10 open Dependabot/GitHub Advanced Security alerts.
Changes
Direct Dependency Upgrades
Parent Dependency Upgrades (Semver-Analyzed)
Major Version Upgrade Decisions
Scoped Resolutions Added (Last Resort)
^2.3.2- Parent jest major upgrade deferred (29→30), extensive test infrastructure impact (#114, #115)^3.1.3- Parent babel-jest major upgrade deferred (29→30), test configuration impact (#108)^14.0.0- Parent @actions/core major upgrade deferred (1→3) + ES module compatibility (#116)^3.14.2- Multiple transitive parents, resolution approach simplest (#104)Resolution Updates (Enabling Upgrades)
^7.0.0(removed version lock to enable @actions/github upgrade)^5.29.0→^6.24.0(updated to minimum secure version)Validation Results
Maintenance Notes
The following scoped resolutions should be removed when parent packages are updated:
Risk Assessment
Test Plan
🤖 Generated with Unloan OS