Export the validation status in SARIF using a property
Adapt the severity of the rule based on the validation status
What the reviewer should know
In order to export the validation status in SARIF, we introduce a struct called SarifViolation. The goal is to avoid introducing any secret-specific data in the static-analysis-kernel crate and keep it agnostic of the secret aspects.
What problems are you trying to solve?
What is your solution?
What the reviewer should know
In order to export the validation status in SARIF, we introduce a struct called
SarifViolation
. The goal is to avoid introducing any secret-specific data in thestatic-analysis-kernel
crate and keep it agnostic of the secret aspects.