|
|
|
|
|
by bugtodiffer
339 days ago
|
|
It is matching strings instead of actually blocking things. That's how sandboxes were implemented when I was a kid. E.g. --allow-net --deny-net=1.1.1.1 You cannot fetch "http://1.1.1.1" but any domain that resolves to 1.1.1.1 is a bypass... It's crap security |
|
If the deno runtime implements the fetch module itself, then post-resolution checking definitely should be done though. It's more of an bug though than a principled security lapse.