Skip to content

Commit

Permalink
Ignoring certain Rust security vulnerabilities
Browse files Browse the repository at this point in the history
[Here](netvl/xml-rs#221) is the issues about xml-rs's maintenance.
  • Loading branch information
jrhawley committed Apr 19, 2023
1 parent 54caf08 commit 9314e35
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 93 deletions.
6 changes: 6 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[advisories]
ignore = [
"RUSTSEC-2022-0048",
"RUSTSEC-2020-0071",
]

Loading

0 comments on commit 9314e35

Please sign in to comment.