Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bank-vaults/1.20.4-r7: cve remediation #14677

Merged
merged 1 commit into from Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions bank-vaults.yaml
@@ -1,7 +1,7 @@
package:
name: bank-vaults
version: 1.20.4
epoch: 8
epoch: 9
description: A Vault swiss-army knife. A CLI tool to init, unseal and configure Vault (auth methods, secret engines).
copyright:
- license: Apache-2.0
Expand All @@ -24,7 +24,7 @@ pipeline:
- uses: go/bump
with:
# CVE-2023-39325 and CVE-2023-3978
deps: golang.org/x/net@v0.17.0 google.golang.org/grpc@v1.56.3 golang.org/x/crypto@v0.17.0
deps: golang.org/x/net@v0.17.0 google.golang.org/grpc@v1.56.3 golang.org/x/crypto@v0.17.0 github.com/go-jose/go-jose/v3@v3.0.3
replaces: github.com/go-jose/go-jose/v3=github.com/go-jose/go-jose/v3@v3.0.3

- uses: go/build
Expand Down