diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-11-14 09:01:39 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-11-15 07:31:48 +0100 |
| commit | 4427875be237c1adf488ec95baefd4a52816a333 (patch) | |
| tree | 80111d7f444ecd6fe2eca2be0144c4ac527c5cfd /test | |
| parent | 7db530da889b2bddd011e25b6cb12407f535a810 (diff) | |
| download | mullvadvpn-4427875be237c1adf488ec95baefd4a52816a333.tar.xz mullvadvpn-4427875be237c1adf488ec95baefd4a52816a333.zip | |
Add notice about what files to sync when ignoring 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]] |
