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

Invalid ids appearing as vulnerability id in msr2019 #399

Closed
Hritik14 opened this issue Mar 25, 2021 · 1 comment
Closed

Invalid ids appearing as vulnerability id in msr2019 #399

Hritik14 opened this issue Mar 25, 2021 · 1 comment

Comments

@Hritik14
Copy link
Collaborator

Ids such as CVE-2011-4461-JETTY are appearing as vulnerability id which are clearly not valid CVEs.
It can be mitigated by either

  • Using is_cve helper and the .group(0) to get the matching cve
  • Adding $ in is_cve helper making it r"CVE-\d+-\d+$" in order to avoid any invalid matches.
@sbs2001
Copy link
Collaborator

sbs2001 commented Mar 25, 2021

@Hritik14 that's a good find.

@sbs2001 sbs2001 closed this as completed in 5d29b6f Apr 5, 2021
sbs2001 added a commit that referenced this issue Apr 5, 2021
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

2 participants