The code has been removed or tree-shaked.
from enum value: IMPACT_ANALYSIS_JUSTIFICATION_CODE_NOT_PRESENT = 1;
The vulnerable code is not invoked at runtime.
from enum value: IMPACT_ANALYSIS_JUSTIFICATION_CODE_NOT_REACHABLE = 2;
An undefined impact analysis justification
buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- null
is our fallback, doubling unspecified
from enum value: IMPACT_ANALYSIS_JUSTIFICATION_NULL = 0;
Attacks are blocked at physical, logical, or network perimeter.
from enum value: IMPACT_ANALYSIS_JUSTIFICATION_PROTECTED_AT_PERIMETER = 8;
Exploits are prevented at runtime.
from enum value: IMPACT_ANALYSIS_JUSTIFICATION_PROTECTED_AT_RUNTIME = 7;
Exploitability requires a compiler flag to be set/unset.
from enum value: IMPACT_ANALYSIS_JUSTIFICATION_PROTECTED_BY_COMPILER = 6;
Preventative measures have been implemented that reduce the likelihood and/or impact of the vulnerability.
from enum value: IMPACT_ANALYSIS_JUSTIFICATION_PROTECTED_BY_MITIGATING_CONTROL = 9;
Exploitability requires a configurable option to be set/unset.
from enum value: IMPACT_ANALYSIS_JUSTIFICATION_REQUIRES_CONFIGURATION = 3;
Exploitability requires a dependency that is not present.
from enum value: IMPACT_ANALYSIS_JUSTIFICATION_REQUIRES_DEPENDENCY = 4;
Exploitability requires a certain environment which is not present.
from enum value: IMPACT_ANALYSIS_JUSTIFICATION_REQUIRES_ENVIRONMENT = 5;
Generated
from enum cyclonedx.v1_6.ImpactAnalysisJustification