Skip to content

Commit

Permalink
chore: Add .cargo/audit.toml and ignore CVE as it doesn't affect th…
Browse files Browse the repository at this point in the history
…e project
  • Loading branch information
KirilMihaylov committed May 8, 2024
1 parent 9549929 commit c914d51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[advisories]
ignore = [
# https://rustsec.org/advisories/RUSTSEC-2024-0338
# Crate: cosmwasm-std
# Title: Arithmetic overflows in cosmwasm-std
# Ignore reason: Affected functions not used.
"RUSTSEC-2024-0338",
]
informational_warnings = ["unmaintained"]
severity_threshold = "none"

0 comments on commit c914d51

Please sign in to comment.