Class Conformance
Inheritance
System.Object
Conformance
Assembly: CycloneDX.Core.dll
public class Conformance : object
Properties
|
Improve this Doc
View Source
Declaration
public List<string> MitigationStrategies { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Declaration
public string Rationale { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public double Score { get; set; }
Property Value
Type |
Description |
System.Double |
|