Show / Hide Table of Contents

Class Vulnerability

Inheritance
System.Object
Vulnerability
Namespace: CycloneDX.Models.Vulnerabilities
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
Type Description
List<Advisory>
| Improve this Doc View Source

Affects

Declaration
public List<Affects> Affects { get; set; }
Property Value
Type Description
List<Affects>
| Improve this Doc View Source

Analysis

Declaration
public Analysis Analysis { get; set; }
Property Value
Type Description
Analysis
| 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
Type Description
Credits
| 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
Type Description
ProofOfConcept
| Improve this Doc View Source

Properties

Declaration
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>
| 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
Type Description
List<Rating>
| 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
Type Description
List<Reference>
| 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
Type Description
Source
| Improve this Doc View Source

Tools

Declaration
public ToolChoices Tools { get; set; }
Property Value
Type Description
ToolChoices
| 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
Type Name Description
Vulnerability obj
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

ShouldSerializeTools()

Declaration
public bool ShouldSerializeTools()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeUpdated()

Declaration
public bool ShouldSerializeUpdated()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX