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
Some (or all?) of these appear to be fixed in git already, but since there hasn't been a recent release the version you get with cargo install is still affected.
$ cargo audit bin /home/user/.cargo/bin/cargo-cache Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 537 security advisories (from /home/user/.cargo/advisory-db) Updating crates.io index Found 'cargo auditable' data in /home/user/.cargo/bin/cargo-cache (78 dependencies)Crate: chronoVersion: 0.4.19Title: Potential segfault in `localtime_r` invocationsDate: 2020-11-10ID: RUSTSEC-2020-0159URL: https://rustsec.org/advisories/RUSTSEC-2020-0159Solution: Upgrade to >=0.4.20Dependency tree:chrono 0.4.19└── cargo-cache 0.8.3Crate: libgit2-sysVersion: 0.13.2+1.4.2Title: git2 does not verify SSH keys by defaultDate: 2023-01-20ID: RUSTSEC-2023-0003URL: https://rustsec.org/advisories/RUSTSEC-2023-0003Solution: Upgrade to >=0.13.5, <0.14.0 OR >=0.14.2Dependency tree:libgit2-sys 0.13.2+1.4.2└── git2 0.14.2 └── cargo-cache 0.8.3Crate: remove_dir_allVersion: 0.7.0Title: Race Condition Enabling Link Following and Time-of-check Time-of-use (TOCTOU)Date: 2023-02-24ID: RUSTSEC-2023-0018URL: https://rustsec.org/advisories/RUSTSEC-2023-0018Solution: Upgrade to >=0.8.0Dependency tree:remove_dir_all 0.7.0└── cargo-cache 0.8.3Crate: timeVersion: 0.1.44Title: Potential segfault in the time crateDate: 2020-11-18ID: RUSTSEC-2020-0071URL: https://rustsec.org/advisories/RUSTSEC-2020-0071Severity: 6.2 (medium)Solution: Upgrade to >=0.2.23Dependency tree:time 0.1.44└── chrono 0.4.19 └── cargo-cache 0.8.3Crate: attyVersion: 0.2.14Warning: unsoundTitle: Potential unaligned readDate: 2021-07-04ID: RUSTSEC-2021-0145URL: https://rustsec.org/advisories/RUSTSEC-2021-0145Dependency tree:atty 0.2.14└── clap 3.2.15 └── cargo-cache 0.8.3error: 4 vulnerabilities found in /home/user/.cargo/bin/cargo-cachewarning: 1 allowed warning found in /home/user/.cargo/bin/cargo-cache
The text was updated successfully, but these errors were encountered:
Yeah, should get another release out soonish..
From skipping over the list, the remove-dir-all one is the only one that seems kinda concerning to me right now but the others for sure would also be nice to (not) have :)
Some (or all?) of these appear to be fixed in git already, but since there hasn't been a recent release the version you get with
cargo install
is still affected.The text was updated successfully, but these errors were encountered: