Rust / Cargo.lock scanning broken #5213
Closed
synack-security
started this conversation in
Bugs
Replies: 3 comments
-
Able to reproduce this. -f json works but if you use -f table you get the same response.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @synack-security We are working on this task. I'll write to you when we fix it. Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @synack-security Redownload
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IDs
RUSTSEC-2019-0035 - CVE-2020-25576
Description
Rust scanning seems broken entirely. No matter how many vulnerable rust packages included in Cargo.lock there are never results.
Other tools find vulns like the following:
Name: rand_core, Version: 0.4.0, Path: /Cargo.lock
RUSTSEC-2019-0035, Severity: CRITICAL, Source: https://rustsec.org/advisories/RUSTSEC-2019-0035.html
CVSS score: 9.8
Even the command published on the trivy website doesn't return results, but should: "trivy repo https://github.com/aquasecurity/rust-app --debug --list-all-pkgs"
Trivy screenshot:
https://trivy.dev/wp-content/uploads/2022/02/bouncing-block-4-screenshot.jpg
Reproduction Steps
Target
Filesystem
Scanner
Vulnerability
Target OS
No response
Debug Output
Version
I've tried 0.44, 0.45, 0.38.3
Checklist
-f json
that shows data sources and confirmed that the security advisory in data sources was correctBeta Was this translation helpful? Give feedback.
All reactions