| 1 | import { afterEach, describe, expect, it, vi } from "vitest"; |
| 2 | import { isPrivateUrl, safeFetch } from "./assetDownloader.js"; |
| 3 | |
| 4 | describe("isPrivateUrl — SSRF denylist (security: F-003)", () => { |
nothing calls this directly
no test coverage detected