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

vuls scan -cvss-over does not work. #59

Closed
sheo0147 opened this issue May 16, 2016 · 2 comments
Closed

vuls scan -cvss-over does not work. #59

sheo0147 opened this issue May 16, 2016 · 2 comments
Labels

Comments

@sheo0147
Copy link

vuls scan -cvss-over dose not work.

Steps.

  1. go-cve-dictionary fetchnvd -years 2016
  2. go-cve-dictionary fetchnvd server
  3. vuls scan -(1)
  4. vuls scan -cvss-over 7 -(2)

I. At the phase (1), vuls displays "All of the found CVE vulnerabilities data".
II. At the phase (2), vuls displays "All of the found CVE vulnerabilities data", too.

I think phase (2) shows over 7 of the score only, and that I want.

@kotakanbe kotakanbe added the bug label May 16, 2016
kotakanbe added a commit that referenced this issue May 16, 2016
kotakanbe added a commit that referenced this issue May 16, 2016
@kotakanbe
Copy link
Member

Thanks for reporting.
I fixed the bug.

@Viengogo
Copy link

We using Vuls in server mode (v.022.0)
We wanting only CVE with cvss over 6.0 :
vuls server -cvss-over=6.0
curl -v http://vuls-vuls:5515/vuls -H 'Content-type: text/plain' -H 'X-Vuls-OS-Family: ubuntu' -H 'X-Vuls-OS-Release: 20.04' -H 'X-Vuls-Kernel-Release: 5.4.0-100-generic' -H 'X-Vuls-Server-Name: VMUbuntu20' -cvss
-over=7.0 --data "curl,ii ,7.68.0-1ubuntu2.4,,7.68.0-1ubuntu2.4"

In results we having CVE with all cvss score not only cvss over 6.0, for example :
This CVE : CVE-2021-22876
NVD cvss3Score=5.3
Ubuntu cvss3Score=0

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

No branches or pull requests

3 participants