Skip to content

fix: Removed too wide pattern .+ from address fields#103

Merged
stroncoso-quobis merged 2 commits intocamaraproject:mainfrom
stroncoso-quobis:95-too-wide-address-pattern-on-webrtc-ca
Aug 29, 2025
Merged

fix: Removed too wide pattern .+ from address fields#103
stroncoso-quobis merged 2 commits intocamaraproject:mainfrom
stroncoso-quobis:95-too-wide-address-pattern-on-webrtc-ca

Conversation

@stroncoso-quobis
Copy link
Collaborator

@stroncoso-quobis stroncoso-quobis commented Aug 29, 2025

What type of PR is this?

Add one of the following kinds:

  • bug

What this PR does / why we need it:

Potential security issue fixed on address field

Which issue(s) this PR fixes:

Fixes #95

Special notes for reviewers:

Discovered during RC review. Fixed for stable.

Changelog input

 release-note - webrtc-call-handling
- fix: Removed too wide insecure pattern .+ from address fields
 release-note - webrtc-events
- fix: Removed too wide insecure pattern .+ from address fields

Additional documentation

n/a

- Regex makes + symbol mandatory on the tel URI global numbers.
- Regex rejects invalid sip URIs with empty username or domain fields.
@stroncoso-quobis stroncoso-quobis merged commit 871ade7 into camaraproject:main Aug 29, 2025
2 checks passed
stroncoso-quobis added a commit to stroncoso-quobis/WebRTC that referenced this pull request Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Too wide address pattern on webrtc-call-handling

2 participants