cdx-proto
    Preparing search index...

    Type Alias ProofOfConcept

    ProofOfConcept: Message<"cyclonedx.v1_6.ProofOfConcept"> & {
        environment?: string;
        reproductionSteps?: string;
        supportingMaterial: AttachedText[];
    }

    Type declaration

    • Optionalenvironment?: string

      A description of the environment in which reproduction was possible.

      from field: optional string environment = 2;

    • OptionalreproductionSteps?: string

      Precise steps to reproduce the vulnerability.

      from field: optional string reproductionSteps = 1;

    • supportingMaterial: AttachedText[]

      Supporting material that helps in reproducing or understanding how reproduction is possible. This may include screenshots, payloads, and PoC exploit code.

      from field: repeated cyclonedx.v1_6.AttachedText supportingMaterial = 3;

    from message cyclonedx.v1_6.ProofOfConcept