Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo-audit reports dependency on insecure yaml-rust #1367

Closed
matthiaskrgr opened this issue Oct 31, 2018 · 3 comments
Closed

cargo-audit reports dependency on insecure yaml-rust #1367

matthiaskrgr opened this issue Oct 31, 2018 · 3 comments

Comments

@matthiaskrgr
Copy link
Contributor

clap depends on yaml-rust 0.3.5 which is flagged as insecure:

   Fetching advisory database from `https:/RustSec/advisory-db.git`
      Loaded 14 security advisories (from /home/matthias/.cargo/advisory-db)
    Scanning Cargo.lock for vulnerabilities (51 crate dependencies)
error: Vulnerable crates found!

ID:  RUSTSEC-2018-0006
Crate:   yaml-rust
Version: 0.3.5
Date:    2018-09-17
URL:     https:/chyh1990/yaml-rust/pull/109
Title:   Uncontrolled recursion leads to abort in deserialization
Solution: upgrade to: >= 0.4.1

error: 1 vulnerability found!

is it possible to update to 0.4 ?

@DemiMarie
Copy link

This isn’t exploitable, since the YAML comes from the app developer and is thus trusted. That said, it should still be fixed.

@Dylan-DPC-zz
Copy link

This will be fixed when #1541 is merged

@Dylan-DPC-zz
Copy link

Uhmm, this is fixed in 3.0 candidate. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants