Please stop autoinstalling when running curl -- confirm #15854
joshuataylor
started this conversation in
Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm not sure where to raise this. I've raised this here : dbt-labs/docs.getdbt.com#9646
When asking the curl to run arbitrary curl commands, please CONFIRM WITH THEM BEFORE DOING ANYTHING!
It then installs binaries (and unsure what else, honestly) across the system.
fusion:
curl -fsSL https://public.cdn.getdbt.com/fs/install/install.sh | sh -s -- --updatewizard:
This raises the following concerns:
Homebrew does this:
homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"All reactions