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
As can be seen here, cargo-audit fails due to a number of issues occurring lower in the crate dependency tree. Thus we cannot fix any of the issues directly by updating dependencies of Parsec (yet), but we might be able to help with updating our dependencies in that regard.
The main issue that must be fixed is the segfault that was discovered in time, which is ultimately a dependency of spiffe. Currently a fix for this is blocked because the PR attempting to bump the import in chrono is stalled (see here).
The other issues regarding yanked versions of const-oid and der are waiting for updates up in the chain, which end up feeding into spiffe again. Our plan of action should be to report this to the owner of spiffe, and whenever updates are available to help with patching them there.
time dependency fixed
der and const-oid dependencies fixed
The text was updated successfully, but these errors were encountered:
The more pressing, time-related vulnerability has the following "culprits" in our dependency tree (NOTE that although these crates use the vulnerable versions of time and chrono, they don't necessarily use the vulnerable methods):
The vulnerability related to chrono/time has been posted as a security advisory here and this PR is removing it from the list of vulnerabilities reported by cargo-audit.
As can be seen here,
cargo-audit
fails due to a number of issues occurring lower in the crate dependency tree. Thus we cannot fix any of the issues directly by updating dependencies of Parsec (yet), but we might be able to help with updating our dependencies in that regard.The main issue that must be fixed is the segfault that was discovered in
time
, which is ultimately a dependency ofspiffe
. Currently a fix for this is blocked because the PR attempting to bump the import inchrono
is stalled (see here).The other issues regarding yanked versions of
const-oid
andder
are waiting for updates up in the chain, which end up feeding intospiffe
again. Our plan of action should be to report this to the owner ofspiffe
, and whenever updates are available to help with patching them there.time
dependency fixedder
andconst-oid
dependencies fixedThe text was updated successfully, but these errors were encountered: