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: spf13/afero
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.4
Choose a base ref
...
head repository: spf13/afero
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.5
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 6, 2023

  1. fix(deps): golang.org/x/crypto, golang.org/x/text

      - x/crypto - CVE-2020-9283, improper signature verification
      - x/crypto - CVE-2020-29652, nil pointer dereference
      - x/text - out of bounds read in <= v0.3.6
    gnanderson authored and bep committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4ba522f View commit details
    Browse the repository at this point in the history
  2. Run go mod tidy

    bep committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    1edd01a View commit details
    Browse the repository at this point in the history
  3. Fix io.Seek* deprecation errors

    bep committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    501e8d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d92c300 View commit details
    Browse the repository at this point in the history
Loading