Location: core/src/shared/secure-fetch.ts:42-45
When new URL() throws a parse error, the assertSecureUrl function returned without throwing, silently allowing the request to proceed without HTTPS validation.
Fixed in v0.2.136 — The catch block now throws an error instead of silently returning.
{
"cwe_ids": [
"CWE-918"
],
"github_reviewed": true,
"github_reviewed_at": "2026-07-02T18:59:33Z",
"nvd_published_at": null,
"severity": "HIGH"
}