config update: Add severity_modification_type option#49
Open
jlferrer wants to merge 1 commit intopacketchaos:masterfrom
Open
config update: Add severity_modification_type option#49jlferrer wants to merge 1 commit intopacketchaos:masterfrom
jlferrer wants to merge 1 commit intopacketchaos:masterfrom
Conversation
Allow to select the vulnerabilites to be imported to the NAVI DB based on the recast done by the user. Default behaviour continues to export all vulnerabilities. The --severity-modification-type option in the `navi config update` command allows to select the vulnerabilities based on the user recast action: - NONE: No modification to the severity has been made. - RECASTED: A user has recast the risk associated with the vulnerability. - ACCEPTED: A user has accepted the risk associated with the vulnerability. This can be used in cases where users are syncing the exports with external ticketing systems (e.g. github, jira,...), considering only the ones to be fixed and not accepted. Signed-off-by: Josep Lluis Ferrer <jlferrer@nearbycomputing.com>
fda00ba to
930f5c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow to select the vulnerabilites to be imported to the NAVI DB based on the recast done by the user. Default behaviour continues to export all vulnerabilities.
The --severity-modification-type option in the
navi config updatecommand allows to select the vulnerabilities based on the user recast action:This can be used in cases where users are syncing the exports with external ticketing systems (e.g. github, jira,...), considering only the ones to be fixed and not accepted.