rustsec icon indicating copy to clipboard operation
rustsec copied to clipboard

RustSec API & Tooling

Results 193 rustsec issues
Sort by recently updated
recently updated
newest added

I am on OpenBSD and had to update the system (git, cmake, etc) to install rust. However, after installation cargo update is failing: ``` pi4bsdm2% cargo install cargo-audit --features vendored-libgit2...

Similar to the crate registry (see #489), it looks like fetching the rustsec DB is vulnerable to failing on the same race condition. We should support retries, whether inside rustsec...

Thanks for a great project! It looks like cargo audit doesn't honor the offline flag and always try to fetch crates.io. On the other hand it continues running successfully after...

https://rustsec.org/advisories/RUSTSEC-2020-0071.html At the bottom of this page at the references section, it should possibly generate a link to that issue (which would be `https://github.com/time-rs/time/issues/293`).

web

Shall cargo-audit, like [cargo-geiger](https://crates.io/crates/cargo-geiger), track which functions are used and which are unused by the target crate and filter out vulnerabilities in unreferenced functions? Otherwise there will be a stream...

enhancement
cargo-audit crate

Sometimes people specify patched versions with an upper bound, e.g. using the `^` operator, so that all currently existing versions are covered, but versions released in the distant future would...

Running `cargo audit` with recently published _actix-web_ `4.0.0-beta.1` is producing errors due to older advisories. Presumably this is a version comparison bug? Update: Caused by: https://github.com/RustSec/rustsec-crate/issues/218 ## Reproduce ```toml #...

```console > cargo new foo && cd foo Created binary (application) `foo` package > cargo audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 251 security advisories (from /home/wim/.cargo/advisory-db) Updating crates.io index...

As of right now we have some advisories linking to GHSA but not specifying it in `aliases` field. I've opened a PR to fix that manually (https://github.com/RustSec/advisory-db/pull/937), but it would...

This should be pretty straightforward - all the infrastructure is already in place.