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

`cargo-audit/tests/acceptance.rs` has a `branch_regression()` test commented out because it causes CI to hang. I commented it out in #1308. `admin/tests/acceptance.rs` has `lint_advisory_db()` test that hangs on my machine. Somehow it...

bug
help wanted

Observed on commit c460e54ecd66a5da8d9725ee419b5199b552e0e6 on rustc 1.83 stable: ``` error: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> admin/src/commands.rs:21:10 | 21 |...

Hi all! I am working on some tooling for verifying wasm components. To do that, I was trying to use the `cargo-audit` library and more specifically the `binary-scanning` feature. Unfortunately,...