-
Notifications
You must be signed in to change notification settings - Fork 74
Cargo audit failing #544
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingsecurityIssues related to the security and privacy of the serviceIssues related to the security and privacy of the service
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingsecurityIssues related to the security and privacy of the serviceIssues related to the security and privacy of the service
Type
Fields
Give feedbackNo fields configured for issues without a type.
As can be seen here,
cargo-auditfails 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 inchronois stalled (see here).The other issues regarding yanked versions of
const-oidandderare waiting for updates up in the chain, which end up feeding intospiffeagain. Our plan of action should be to report this to the owner ofspiffe, and whenever updates are available to help with patching them there.timedependency fixedderandconst-oiddependencies fixed