-
Notifications
You must be signed in to change notification settings - Fork 252
Comparing changes
Open a pull request
base repository: hashicorp/go-getter
base: v1.7.0
head repository: hashicorp/go-getter
compare: v1.7.5
- 20 commits
- 9 files changed
- 12 contributors
Commits on Jan 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5d03c41 - Browse repository at this point
Copy the full SHA 5d03c41View commit details
Commits on Mar 10, 2023
-
This file was useful to verify the zip bomb protections worked properly against a real "zip bomb", but is not required to verify out mitigations works in our tests. Including a real zip bomb lead to confusion and reports of anti-virus causing issues for users.
Kent 'picat' Gruber committedMar 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 32cd097 - Browse repository at this point
Copy the full SHA 32cd097View commit details
Commits on Mar 13, 2023
-
Merge pull request #424 from hashicorp/fix-av-reports
Remove `bomb.zip` test file to stop anti-virus noise
Kent 'picat' Gruber authoredMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for bdad9ba - Browse repository at this point
Copy the full SHA bdad9baView commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 91e9337 - Browse repository at this point
Copy the full SHA 91e9337View commit details
Commits on Apr 10, 2023
-
remove repo-specific codeql action, in favor of centralized job
Jamie Finnigan committedApr 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 8480407 - Browse repository at this point
Copy the full SHA 8480407View commit details
Commits on Apr 11, 2023
-
Merge pull request #429 from hashicorp/remove_codeql_workflow
remove repo-specific codeql action, in favor of centralized job
Kent 'picat' Gruber authoredApr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for c12e42f - Browse repository at this point
Copy the full SHA c12e42fView commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dbb4c7a - Browse repository at this point
Copy the full SHA dbb4c7aView commit details
Commits on Apr 22, 2023
-
Make addAuthFromNetrc ignore ENOTDIR errors
The function already returns early if the specified 'netrc' configuration points to a non existing file, but currently returns an error if the OS reports ENOTDIR: This will happen if the $HOME directory of the specified user points to a file instead a directory - something eg. 'void linux' does for user 'nobody': ``` $ grep nobody /etc/passwd nobody:x:99:99:Unprivileged User:/dev/null:/bin/false ``` go-getter then attempts to open `/dev/null/.netrc` which fails with ENOTDIR - something that should just be threated the same way as a non existing file (in this case)
Configuration menu - View commit details
-
Copy full SHA for 5ccb39a - Browse repository at this point
Copy the full SHA 5ccb39aView commit details
Commits on Sep 8, 2023
-
Merge pull request #432 from hashicorp/tsccr-auto-pinning/trusted/202…
…3-04-21 SEC-090: Automated trusted workflow pinning (2023-04-21)
Configuration menu - View commit details
-
Copy full SHA for 2d49e24 - Browse repository at this point
Copy the full SHA 2d49e24View commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e80b3dc - Browse repository at this point
Copy the full SHA e80b3dcView commit details -
Merge pull request #454 from hashicorp/tsccr-auto-pinning/trusted/202…
…3-09-11 SEC-090: Automated trusted workflow pinning (2023-09-11)
Configuration menu - View commit details
-
Copy full SHA for e66f244 - Browse repository at this point
Copy the full SHA e66f244View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0688979 - Browse repository at this point
Copy the full SHA 0688979View commit details -
Merge pull request #458 from hashicorp/tsccr-auto-pinning/trusted/202…
…3-09-18 SEC-090: Automated trusted workflow pinning (2023-09-18)
Configuration menu - View commit details
-
Copy full SHA for 3d5770f - Browse repository at this point
Copy the full SHA 3d5770fView commit details
Commits on Oct 9, 2023
-
don't change GIT_SSH_COMMAND if there's no keyfile
The reason for setupGitEnv is to add a `-i keyfile` argument to GIT_SSH_COMMAND. If there is no keyfile, we do not need to modify the environment at all.
Configuration menu - View commit details
-
Copy full SHA for c70d9c9 - Browse repository at this point
Copy the full SHA c70d9c9View commit details
Commits on Oct 10, 2023
-
Merge pull request #459 from hashicorp/jbardin/setup-git-env
don't change GIT_SSH_COMMAND when there is no sshKeyFile
Configuration menu - View commit details
-
Copy full SHA for 0298a22 - Browse repository at this point
Copy the full SHA 0298a22View commit details
Commits on Dec 4, 2023
-
Merge pull request #433 from adrian-bl/netrc-fix
Make addAuthFromNetrc ignore ENOTDIR errors
Configuration menu - View commit details
-
Copy full SHA for 975961f - Browse repository at this point
Copy the full SHA 975961fView commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 268c11c - Browse repository at this point
Copy the full SHA 268c11cView commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9906874 - Browse repository at this point
Copy the full SHA 9906874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7ec5f - Browse repository at this point
Copy the full SHA 5b7ec5fView commit details
Commits on Jun 21, 2024
-
Merge pull request #497 from hashicorp/fix-git-update
Prevent Git Config Alteration on Git Update
Configuration menu - View commit details
-
Copy full SHA for 5a63fd9 - Browse repository at this point
Copy the full SHA 5a63fd9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.0...v1.7.5