You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the install script trusts versions.json completely. It would be good to have at least some precautions in case that file is compromised, like only accepting download URLs starting with https://julialang-s3.julialang.org/bin/.
Currently the install script trusts
versions.json
completely. It would be good to have at least some precautions in case that file is compromised, like only accepting download URLs starting withhttps://julialang-s3.julialang.org/bin/
.This line needs to be changed:
setup-julia/src/installer.ts
Line 134 in 2bf5fd1
The text was updated successfully, but these errors were encountered: