Class Affects
Inheritance
System.Object
Affects
Namespace: CycloneDX.Models.Vulnerabilities
Assembly: CycloneDX.Core.dll
Syntax
public class Affects : object
Properties
| Improve this Doc View SourceRef
Declaration
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Versions
Declaration
public List<AffectedVersions> Versions { get; set; }
Property Value
Type | Description |
---|---|
List<AffectedVersions> |