Open dashwave[bot] opened 2 weeks ago
Build Status | ✅ Successful |
---|---|
Build Time | 8m18s |
📱 Emulation Link | https://console.dashwave.io/emulator/9885/preview?device=emulator |
Logs | See Logs |
Open in Workspace | Dashwave Workspace |
Build Status | ❌ Failed |
---|---|
Build Time | - |
📱 Emulation Link | - |
Logs | See Logs |
Open in Workspace | Dashwave Workspace |
This PR addresses the issue of missing normalization of protocols in URLs, which allowed bypassing of forbidden protocols. By ensuring that all URLs are properly normalized, we prevent potential security vulnerabilities where malicious actors could exploit this oversight to use disallowed protocols. The changes include updating the URL parsing logic to enforce strict protocol checks and adding comprehensive tests to verify the correct behavior.