Files
OmniRoute/tests
Diego Rodrigues de Sa e Souza dfbc89f97b test(security): parse Kimi Web URL host instead of substring match (CodeQL #689) (#5928)
Alert js/incomplete-url-substring-sanitization: the Kimi Web executor
test asserted result.url.includes("www.kimi.com"), which a hostile host
like www.kimi.com.evil.net would also satisfy. Parse the URL and assert
on the exact hostname (new URL(result.url).hostname === "www.kimi.com"),
which is both a stronger check and clears the CodeQL warning.
2026-07-02 13:49:21 -03:00
..
2026-06-17 19:26:32 -03:00
2026-05-23 01:46:59 -03:00
2026-07-02 10:47:13 -03:00
2026-06-19 06:49:01 -03:00
2026-07-02 10:47:13 -03:00
2026-06-10 13:49:08 -03:00
2026-07-02 10:47:13 -03:00
2026-06-13 17:27:40 -03:00