Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/go-getter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: hashicorp/go-getter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.5
Choose a head ref
  • 20 commits
  • 9 files changed
  • 12 contributors

Commits on Jan 6, 2021

  1. Fixes #299

    Does not override GIT_SSH_COMMAND when not needed.
    nl-brett-stime authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    5d03c41 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Remove bomb.zip test file

    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 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    32cd097 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Merge pull request #424 from hashicorp/fix-av-reports

    Remove `bomb.zip` test file to stop anti-virus noise
    Kent 'picat' Gruber authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    bdad9ba View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    91e9337 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    8480407 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Merge pull request #429 from hashicorp/remove_codeql_workflow

    remove repo-specific codeql action, in favor of centralized job
    Kent 'picat' Gruber authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    c12e42f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    dbb4c7a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. 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)
    adrian-bl committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    5ccb39a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge pull request #432 from hashicorp/tsccr-auto-pinning/trusted/202…

    …3-04-21
    
    SEC-090: Automated trusted workflow pinning (2023-04-21)
    nodyhub authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2d49e24 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    e80b3dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #454 from hashicorp/tsccr-auto-pinning/trusted/202…

    …3-09-11
    
    SEC-090: Automated trusted workflow pinning (2023-09-11)
    nodyhub authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e66f244 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    0688979 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #458 from hashicorp/tsccr-auto-pinning/trusted/202…

    …3-09-18
    
    SEC-090: Automated trusted workflow pinning (2023-09-18)
    nodyhub authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3d5770f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. 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.
    jbardin committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c70d9c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge pull request #459 from hashicorp/jbardin/setup-git-env

    don't change GIT_SSH_COMMAND when there is no sshKeyFile
    jbardin authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0298a22 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge pull request #433 from adrian-bl/netrc-fix

    Make addAuthFromNetrc ignore ENOTDIR errors
    crw authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    975961f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    268c11c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    9906874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b7ec5f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Merge pull request #497 from hashicorp/fix-git-update

    Prevent Git Config Alteration on Git Update
    dduzgun-security authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5a63fd9 View commit details
    Browse the repository at this point in the history
Loading