we are ignoreing those errors anyway, i think chrono is not using that functionality of time any more and the other 2 dependencies are very hard to get ever rid of in our codebase :/

This commit is contained in:
Marcel Märtens 2023-05-05 09:53:49 +02:00
parent 59f12ef110
commit d995491f44

View File

@ -1,2 +1,4 @@
#!/bin/bash
time cargo audit
# RUSTSEC-2020-0071: segfault in time crate which is used by chrono
# RUSTSEC-2021-0119: out-of-bounds write in nix::unistd::getgrouplist in a old nix version (0.18 and 0.20) that are needed by old winit,
time cargo audit --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2021-0119