diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-11-15 08:51:07 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-11-15 08:51:07 +0100 |
| commit | f56bae181c477fbb4fc46ca832d72e41af2d3416 (patch) | |
| tree | 80111d7f444ecd6fe2eca2be0144c4ac527c5cfd /test | |
| parent | 7db530da889b2bddd011e25b6cb12407f535a810 (diff) | |
| parent | 4427875be237c1adf488ec95baefd4a52816a333 (diff) | |
| download | mullvadvpn-f56bae181c477fbb4fc46ca832d72e41af2d3416.tar.xz mullvadvpn-f56bae181c477fbb4fc46ca832d72e41af2d3416.zip | |
Merge branch 'how-to-silence-rustsec-advisories'
Diffstat (limited to 'test')
| -rw-r--r-- | test/deny.toml | 2 | ||||
| -rw-r--r-- | test/osv-scanner.toml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/deny.toml b/test/deny.toml index 3725418cfc..4bb1b7bc73 100644 --- a/test/deny.toml +++ b/test/deny.toml @@ -1,3 +1,5 @@ +# Keep this file in sync with test/osv-scanner.toml + [graph] # cargo deny will only evaluate dependencies pulled in by these # targets (the ones we run the test runner on) diff --git a/test/osv-scanner.toml b/test/osv-scanner.toml index 12125290e2..7c5a285d80 100644 --- a/test/osv-scanner.toml +++ b/test/osv-scanner.toml @@ -1,4 +1,6 @@ # See repository root `osv-scanner.toml` for instructions and rules for this file. +# +# Keep this file in sync with test/deny.toml # `instant` is unmaintained. [[IgnoredVulns]] |
