Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up--allow-net=:8080 broken #6685
--allow-net=:8080 broken #6685
Comments
|
Maybe this was introduced in 74c2605 ? I think this shouldn't be a terrible difficult or involved fix. I will mark as "Good First Issue". |
|
I would like to take a stab at this one. |
|
Just tested this with deno version 1.1.2 which is before my commit (74c2605) and can confirm that this issue is still present. |
|
I also want to contribute to this project (denojs). Can someone tell me how should I start? |
|
I've tested this on the latest release and I've managed to execute the code successfully running |


If any code uses shorthand notation:
then any variant of
fails.
Unfortunately, a lot of libraries in x use this pattern which makes locking down permissions impossible without forking all those libraries.