Skip to content

feature request: add CVE support for dependencies. E.g: show info + add actions #144

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

Open
saecki opened this issue Aug 6, 2024 Discussed in #140 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@saecki
Copy link
Owner

saecki commented Aug 6, 2024

Discussed in #140

Originally posted by gacallea July 6, 2024
Hi :)

I am learning Rust and getting familiar with AppSec/DevSec/OWASP/Supply chain/etc... concerning security.

It would be awesome if this plugin could fetch CVE data pertaining specific dependencies (and their dependencies if that affects them) and show the CVE number and add actions (like link or something) the same way you already do for crates with the cool menu.

I suppose this is a very recursive and kinda heavy task, but it's just a thought :)

Cheers!

@saecki saecki added the enhancement New feature or request label Aug 6, 2024
@ethanuppal
Copy link

I think a general cargo-deny integration would be good, since it allows the user to use a standard way to configure dependency lints (including CVEs) and running cargo deny check handles most of the logic (e.g. CVE checking) for you

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

No branches or pull requests

2 participants