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

Use CVSS severity in NVTs, vulns and results again (bp #1477) #1478

Merged
merged 7 commits into from
Apr 9, 2021

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Apr 9, 2021

This is an automatic backport of pull request #1477 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/

The 0 - 100 integer `score` element is replaced with a CVSS `severity`
one as gvmd will continue using the previous severity scoring system.
This still changes the name of the element compared to 20.08 to make the
element names more consistent.

(cherry picked from commit 7230380)
The function was still trying to use the score column that was replaced
by severity.

(cherry picked from commit 1a82bb7)
The integer score elements have been removed and the new severities
element in NVTs now uses the CVSS scale for scores.

(cherry picked from commit a2ab477)
The make_cve_result function still contained parts of SQL for the now
removed score column and init_host_prognosis_iterator was using the
wrong column name for the severity.

(cherry picked from commit e935ff4)
@mergify mergify bot requested a review from a team as a code owner April 9, 2021 06:48
@timopollmeier timopollmeier merged commit 95cfed4 into master Apr 9, 2021
@timopollmeier timopollmeier deleted the mergify/bp/master/pr-1477 branch April 9, 2021 09:08
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

Successfully merging this pull request may close these issues.

1 participant