File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
pkg/ingestor/parser/cyclonedx Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,12 @@ var json = jsoniter.ConfigCompatibleWithStandardLibrary
4040var zeroTime = time .Unix (0 , 0 ).UTC ()
4141
4242var vexStatusMap = map [cdx.ImpactAnalysisState ]model.VexStatus {
43- cdx .IASResolved : model .VexStatusFixed ,
44- cdx .IASExploitable : model .VexStatusAffected ,
45- cdx .IASInTriage : model .VexStatusUnderInvestigation ,
46- cdx .IASNotAffected : model .VexStatusNotAffected ,
43+ cdx .IASResolved : model .VexStatusFixed ,
44+ cdx .IASExploitable : model .VexStatusAffected ,
45+ cdx .IASInTriage : model .VexStatusUnderInvestigation ,
46+ cdx .IASNotAffected : model .VexStatusNotAffected ,
47+ cdx .IASResolvedWithPedigree : model .VexStatusFixed ,
48+ cdx .IASFalsePositive : model .VexStatusNotAffected ,
4749}
4850
4951var justificationsMap = map [cdx.ImpactAnalysisJustification ]model.VexJustification {
You can’t perform that action at this time.
0 commit comments