summaryrefslogtreecommitdiffhomepage
path: root/test/deny.toml
AgeCommit message (Collapse)AuthorFilesLines
2025-08-26Add "CDLA-Permissive-2.0" licenseSebastian Holmin1-1/+2
2025-04-08Remove suppression of `RUSTSEC-2025-0014`Markus Pettersson1-3/+0
2025-03-11Silence `RUSTSEC-2025-0014` in test workspaceMarkus Pettersson1-0/+3
2025-02-03Enable warnings for `RUSTSEC-2024-0384` in osv-scanner & cargo-denyMarkus Pettersson1-4/+0
2024-12-11Add Unicode-3.0 to approved licensesMarkus Pettersson1-1/+2
This is already the case in the app workspace: https://github.com/mullvad/mullvadvpn-app/pull/6680
2024-12-11Revert "Silence `RUSTSEC-2024-0421`"Markus Pettersson1-5/+0
This reverts commit 6022cb16ba05a460fe597f5d6edd5228879a3093.
2024-12-10Silence `RUSTSEC-2024-0421`Markus Pettersson1-0/+5
2024-11-15Add notice about what files to sync when ignoring RUSTSEC advisoriesMarkus Pettersson1-0/+2
2024-11-12Silence `RUSTSEC-2024-0384` in `test/deny.toml`Markus Pettersson1-0/+4
2024-04-15Add Zlib to allowed licencesOskar Nyberg1-1/+2
2024-03-26Update [deny] section of the deny.toml filesLinus Färnstrand1-4/+0
2024-03-26Update [advisories] section of our deny.toml files to version 2Linus Färnstrand1-5/+1
2024-03-26Update and align [sources] section of our deny.toml filesLinus Färnstrand1-4/+9
2024-03-26Update [licenses] section of deny.toml to version 2Linus Färnstrand1-8/+2
2024-03-26Update cargo deny targetsLinus Färnstrand1-8/+11
Adds Android and iOS targets
2024-03-25Upgrade `plist`Markus Pettersson1-2/+0
2024-03-13Run `cargo deny` in `test` workspaceMarkus Pettersson1-0/+98
Security advisories`RUSTSEC-2023-0081` makes `cargo deny` fail when running it from the test workspace. No fixes have been released for any of our dependencies which triggers these security advisories, so we have litle choise other than ignoring them for now and keeping an eye out for updates upstream.