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
Describe the bug
A vulnerability has been reported to RustSec for the nix 0.20.0 crate. The affected function doesn't look to be used in this crate, however, using cargo audit will trip on the 0.20.0 dependency nonetheless.
Expected behavior
Running cargo audit without error.
Additional context
RustSec entry:
Crate: nix
Version: 0.20.0
Title: Out-of-bounds write in nix::unistd::getgrouplist
Date: 2021-09-27
ID: RUSTSEC-2021-0119
URL: https://rustsec.org/advisories/RUSTSEC-2021-0119
Solution: Upgrade to ^0.20.2 OR ^0.21.2 OR ^0.22.2 OR >=0.23.0
The text was updated successfully, but these errors were encountered:
Enforces use of a version of nix which contains a patch for
RUSTSEC-2021-0119.
Fixeskata-containers#58
Signed-off-by: Jon Magnuson <jon.magnuson@gmail.com>
Describe the bug
A vulnerability has been reported to RustSec for the
nix 0.20.0
crate. The affected function doesn't look to be used in this crate, however, usingcargo audit
will trip on the0.20.0
dependency nonetheless.Expected behavior
Running
cargo audit
without error.Additional context
RustSec entry:
The text was updated successfully, but these errors were encountered: