Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
react-native-community
/
cli
Public
Notifications
You must be signed in to change notification settings
Fork
945
Star
2.9k
Code
Issues
16
Pull requests
23
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
fix: prevent RCE in openURLMiddleware via URL sanitization
- #2758
#2758
Merged
thymikee
merged 10 commits into
main
react-native-community/cli:main
from
copilot/reamtempt-url-sanitisation
react-native-community/cli:copilot/reamtempt-url-sanitisation
Copy head branch name to clipboard
Jan 28, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
fix: prevent RCE in openURLMiddleware via URL sanitization
#2758
thymikee
merged 10 commits into
main
react-native-community/cli:main
from
copilot/reamtempt-url-sanitisation
react-native-community/cli:copilot/reamtempt-url-sanitisation
Copy head branch name to clipboard
Commits
Commits on Jan 27, 2026
Initial plan
Copilot
committed
1e3f67b
View commit details
Copy full SHA for 1e3f67b
Browse repository at this point
fix: use strict-url-sanitise to prevent RCE vulnerability (CVE-2025-11953)
Show description for 353763c
Copilot
and
huntie
committed
353763c
View commit details
Copy full SHA for 353763c
Browse repository at this point
refactor: cache sanitizeUrl to improve performance
Show description for 5f5105b
Copilot
and
huntie
committed
5f5105b
View commit details
Copy full SHA for 5f5105b
Browse repository at this point
simplify: use "Invalid URL" error message, remove strict-url-sanitise mock
Show description for f8a1ff0
Copilot
and
huntie
committed
f8a1ff0
View commit details
Copy full SHA for f8a1ff0
Browse repository at this point
style: replace it() with test() in openURLMiddleware tests
Show description for 08bba3f
Copilot
and
huntie
committed
08bba3f
View commit details
Copy full SHA for 08bba3f
Browse repository at this point
refactor: use ordinary import for strict-url-sanitise
Show description for a340aff
Copilot
and
huntie
committed
a340aff
View commit details
Copy full SHA for a340aff
Browse repository at this point
refactor: remove named export of openURLMiddleware, test default export
Show description for 9cdcd7a
Copilot
and
huntie
committed
9cdcd7a
View commit details
Copy full SHA for 9cdcd7a
Browse repository at this point
test: add CVE-2025-11953 test cases for Windows pipe and command exfiltration
Show description for 32fdc76
Copilot
and
huntie
committed
32fdc76
View commit details
Copy full SHA for 32fdc76
Browse repository at this point
test: add CVE-2025-11953 comment above second test case
Show description for d4f2711
Copilot
and
huntie
committed
d4f2711
View commit details
Copy full SHA for d4f2711
Browse repository at this point
Commits on Jan 28, 2026
fixup tests to not hang when fail
thymikee
committed
41cef8e
View commit details
Copy full SHA for 41cef8e
Browse repository at this point
You can’t perform that action at this time.