Closed Dargon789 closed 2 weeks ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
❌ Deploy failed!
Action wasn't able to generate report within GitHub comment limit. If you're facing this issue, please let me know by commenting under this issue.
Report generated by 🧪jest coverage report action from 9ce51942b0cc04b98fe4df74d2d78b7c5f453d84
Fixes https://github.com/Dargon789/safe-wallet-web/security/code-scanning/3
To fix the SSRF vulnerability, we need to ensure that the URL used in the
fetch
request is strictly controlled and validated against a predefined list of allowed domains. This involves:appUrl
is fully sanitized and validated before being used in any network requests.Suggested fixes powered by Copilot Autofix. Review carefully before merging.