Enum ImpactAnalysisJustification
Namespace: CycloneDX.Models.Vulnerabilities
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public enum ImpactAnalysisJustification
Fields
| Name | Description |
|---|---|
| Code_Not_Present | |
| Code_Not_Reachable | |
| Null | |
| Protected_At_Perimeter | |
| Protected_At_Runtime | |
| Protected_By_Compiler | |
| Protected_By_Mitigating_Control | |
| Requires_Configuration | |
| Requires_Dependency | |
| Requires_Environment |