Skip to content

Commit

Permalink
add changelog, suppress vulnerability that hasn't been fixed yet
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahalsmiller committed Dec 18, 2024
1 parent 9c689aa commit 9a6f2f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/22001.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:security
Update `golang.org/x/crypto` to v0.31.0 to address [GO-2024-3321](https://pkg.go.dev/vuln/GO-2024-3321).
```
1 change: 1 addition & 0 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ binary {
triage {
suppress {
vulnerabilities = [
"GO-2022-0635", // github.com/aws/[email protected]
]
paths = [
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",
Expand Down

0 comments on commit 9a6f2f9

Please sign in to comment.