mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
6 lines
246 B
TOML
6 lines
246 B
TOML
[advisories]
|
|
ignore = [
|
|
"RUSTSEC-2021-0124", # see https://github.com/GothenburgBitFactory/taskwarrior/issues/2830
|
|
"RUSTSEC-2020-0159", # segfault in localtime_r - low risk to TC
|
|
"RUSTSEC-2020-0071", # same localtime_r bug as above
|
|
]
|