1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-16 23:32:22 +00:00

chore(audit): unignore RUSTSEC-2020-0071 & RUSTSEC-2020-0159 (#3985)

This commit is contained in:
David Knaack 2022-05-14 14:27:48 +02:00 committed by GitHub
parent 190dfa8885
commit b1ad1c79f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +0,0 @@
[advisories]
ignore = [
# Potential segfault in the time crate
# chrono dependency, but vulnerable function is never called
# Tacked in #3163
"RUSTSEC-2020-0071",
# chrono: Potential segfault in localtime_r invocations
# starship avoids setting any environment variables to avoid this issue
# Tracked in #3166
"RUSTSEC-2020-0159",
]