Alexis Mousset

Results 57 issues of Alexis Mousset

https://issues.rudder.io/issues/21528

Having a rustc wrapper defined (like build caching with `RUSTC_WRAPPER=sccache`) makes build fail: ``` $ export RUSTC_WRAPPER=sccache $ cargo auditable build --release error: failed to run `rustc` to learn about...

bug
third party

When using unicase 2.5.1 the username comparison is not correct and substrings are considered equal due to https://github.com/seanmonstar/unicase/issues/38. Requiring 2.6.0 (which is already used in the `Cargo.lock`) prevents the problem.

We could add a command to: * detect missing aliases/related IDs (based on CVE and/or GHSA data), and maybe open pull requests automatically to add them * detect advisories present...

Add a very simple search feature, only making exact searches over package names and IDs. I think it would already cover a lot of needs. What it does: * The...

As explained in https://github.com/rustsec/advisory-db/issues/1253 it is currently difficult to find an advisory marthing a specific CVE id (or some other details). A way to address this in a general manner...