Skip to content

Commit

Permalink
Ignore CVE-2022-24713/RUSTSEC-2022-0013 in cargo-audit
Browse files Browse the repository at this point in the history
We're unaffected by CVE-2022-24713/RUSTSEC-2022-0013 as it
does not pass untrusted expressions to the regex crate.

This should prevent a repeat of #193
  • Loading branch information
pbrkr authored and nabijaczleweli committed Sep 15, 2022
1 parent 4d95923 commit 8e64a74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[advisories]
ignore = ["RUSTSEC-2022-0013"] # We don't pass untrusted expressions to the regex crate
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
!cargo-install-update.exe.manifest
!*.sublime-project
!*.md
!.cargo
!.cargo/**
!.github
!.github/**
!src
Expand Down

0 comments on commit 8e64a74

Please sign in to comment.