Skip to content

Commit

Permalink
Ignore derivative in Cargo deny (#3708)
Browse files Browse the repository at this point in the history
`derivative` is marked as unmaintained by RUSTSEC but still used in
Charon. We exclude it from the deny check until `derivative` is replaced
in Charon (AeneasVerif/charon#459).

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
  • Loading branch information
qinheping authored Nov 11, 2024
1 parent 26c078e commit 59ef4df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

[graph]
# derivative is marked as unmaintained by RUSTSEC but still used in
# Charon. We exclude it from the deny check until derivative is replaced
# from Charon (https://github.com/AeneasVerif/charon/pull/459).
exclude = ["derivative"]

# This section is considered when running `cargo deny check advisories`
# More documentation for the advisories section can be found here:
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
Expand Down

0 comments on commit 59ef4df

Please sign in to comment.