Skip to content

Commit efa9828

Browse files
authored
Merge pull request #6479 from oasisprotocol/peternose/internal/clean-cve-list
go: Clean CVE list
2 parents 5351385 + fcf368b commit efa9828

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

.cargo/audit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[advisories]
22
ignore = [
33
"RUSTSEC-2023-0071", # Does not affect our current use of the library.
4-
"RUSTSEC-2024-0437", # Ignoring until dependencies are upgraded to protobuf v3.
4+
"RUSTSEC-2026-0049", # Vulnerable crate is only used in simple-rofl test runtime.
55
]

.changelog/6479.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rust: Add RUSTSEC-2026-0049 to audit.toml

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/.nancy-ignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
CVE-2024-34478 # can be ignored as we only use a few crypto libraries from btcd
2-
CVE-2025-4673 until=2025-07-14 # no mitigation is currently available (2025-06-14)
31
CVE-2021-43668 # the vulnerability does not affect us as we don't use LevelDB
4-
CVE-2025-11065 until=2025-12-01 # the vulnerability does not affect us

0 commit comments

Comments
 (0)