Skip to content

fix: bump url-parse to ^1.5.10 to resolve OSV vulnerability#4032

Closed
adids1221 wants to merge 3 commits into
masterfrom
fix/url-parse-vulnerability
Closed

fix: bump url-parse to ^1.5.10 to resolve OSV vulnerability#4032
adids1221 wants to merge 3 commits into
masterfrom
fix/url-parse-vulnerability

Conversation

@adids1221

@adids1221 adids1221 commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Description

Buildkite CI was failing after merging #4030 due to npq supply chain security scanning rejecting url-parse@^1.2.0. The range ^1.2.0 is flagged by OSV (Open Source Vulnerabilities database) because it allows installing older vulnerable versions — even though npm already resolves it to 1.5.10 (the patched version) in practice, and that is the version currently installed on master.

Bumping the declared range to ^1.5.10 and updating the yarn.lock makes the intent explicit and resolves the npq error.

Changelog

packages/react-native-ui-lib - Bumped url-parse from ^1.2.0 to ^1.5.10 to fix Buildkite supply chain security check failure.

Additional info

N/A

Buildkite was failing due to npq detecting a CVE in url-parse@^1.2.0.
Version 1.5.10 patches the vulnerability.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

✅ PR Description Validation Passed

All required sections are properly filled out:

  • Description
  • Changelog
  • Additional info

Your PR is good for review! 🚀


This validation ensures all sections from the PR template are properly filled.

@adids1221
adids1221 requested a review from lidord-wix July 19, 2026 11:46
adids1221 and others added 2 commits July 19, 2026 14:48
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@adids1221 adids1221 closed this Jul 19, 2026
@adids1221
adids1221 deleted the fix/url-parse-vulnerability branch July 19, 2026 14:06
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