Show / Hide Table of Contents

Class ProofOfConcept

Inheritance
System.Object
ProofOfConcept
Namespace: CycloneDX.Models.Vulnerabilities
Assembly: CycloneDX.Core.dll
Syntax
public class ProofOfConcept : object

Properties

| Improve this Doc View Source

Environment

Declaration
public string Environment { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ReproductionSteps

Declaration
public string ReproductionSteps { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SupportingMaterials

Declaration
public List<AttachedText> SupportingMaterials { get; set; }
Property Value
Type Description
List<AttachedText>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX