Class Vulnerability
Inheritance
System.Object
Vulnerability
Assembly: CycloneDX.Core.dll
Syntax
public class Vulnerability : IEquatable<Vulnerability>
Properties
|
Improve this Doc
View Source
Advisories
Declaration
public List<Advisory> Advisories { get; set; }
Property Value
|
Improve this Doc
View Source
Affects
Declaration
public List<Affects> Affects { get; set; }
Property Value
|
Improve this Doc
View Source
Analysis
Declaration
public Analysis Analysis { get; set; }
Property Value
|
Improve this Doc
View Source
BomRef
Declaration
public string BomRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Created
Declaration
public DateTime? Created { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Credits
Declaration
public Credits Credits { get; set; }
Property Value
|
Improve this Doc
View Source
CWES
Declaration
public List<int> CWES { get; set; }
Property Value
Type |
Description |
List<System.Int32> |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Detail
Declaration
public string Detail { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProofOfConcept
Declaration
public ProofOfConcept ProofOfConcept { get; set; }
Property Value
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
|
Improve this Doc
View Source
Published
Declaration
public DateTime? Published { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Ratings
Declaration
public List<Rating> Ratings { get; set; }
Property Value
|
Improve this Doc
View Source
Recommendation
Declaration
public string Recommendation { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
References
Declaration
public List<Reference> References { get; set; }
Property Value
|
Improve this Doc
View Source
Rejected
Declaration
public DateTime? Rejected { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Source
Declaration
public Source Source { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ToolChoices Tools { get; set; }
Property Value
|
Improve this Doc
View Source
Updated
Declaration
public DateTime? Updated { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Workaround
Declaration
public string Workaround { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Equals(Vulnerability)
Declaration
public bool Equals(Vulnerability obj)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ShouldSerializeCreated()
Declaration
public bool ShouldSerializeCreated()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializePublished()
Declaration
public bool ShouldSerializePublished()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeReferences()
Declaration
public bool ShouldSerializeReferences()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeRejected()
Declaration
public bool ShouldSerializeRejected()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeTools()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeUpdated()
Declaration
public bool ShouldSerializeUpdated()
Returns
Type |
Description |
System.Boolean |
|