snyk-tech-services / snyk-delta

Other
19 stars 21 forks source link

Output CVE on finding issues #161

Closed ronanbrowne closed 1 year ago

ronanbrowne commented 1 year ago

Hi,

When flagging a vulnerability found is there a flag we can pass to also out put the CVE or CVSS score as this would be helpful when identifying if immediate action is needed or not?

As it stands snyk-delta just outputs the severity level and upgrade path if available.

aarlaud commented 1 year ago

Ack. Will take a look

aarlaud commented 1 year ago

Alright, took forever, apologies, but I've added the cvssScore in the output in https://github.com/snyk-tech-services/snyk-delta/pull/179. I can't quite put the CVE as many vulns don't have a CVE, but all of them do have a cvss score. hopefully that works for you.