You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[A001]: Potential segfault in the time crate
┌─ /github/workspace/Cargo.lock:193:1
│
1[9](https://github.com/openanolis/dbs-cli/actions/runs/3216745152/jobs/5258994310#step:4:10)3 │ time 0.1.43 registry+https://github.com/rust-lang/crates.io-index
│ ----------------------------------------------------------------- security vulnerability detected
│
= ID: RUSTSEC-2020-0071
= Advisory: https://rustsec.org/advisories/RUSTSEC-2020-0071
= ### Impact
The crate chrono relies on [email protected]. Besides, kata-sys-util relies on chrono. Till now, the chrono decided not to update the version of [email protected], which led to a security vulnerability. Fortunately, they will soon remove this crate, namely [email protected]. See PR:bump time
Currently, there is no way to resolve the security vulnerability, which requires the skip of the CI Deny(advisories).
The text was updated successfully, but these errors were encountered:
wllenyj
added a commit
to wllenyj/dbs-cli
that referenced
this issue
Oct 10, 2022
The error message of CI Deny(advisories):
The crate
chrono
relies on[email protected]
. Besides,kata-sys-util
relies onchrono
. Till now, thechrono
decided not to update the version of[email protected]
, which led to a security vulnerability. Fortunately, they will soon remove this crate, namely[email protected]
. See PR:bump timeCurrently, there is no way to resolve the security vulnerability, which requires the skip of the CI
Deny(advisories)
.The text was updated successfully, but these errors were encountered: