For the complete documentation index, see llms.txt. This page is also available as Markdown.

cveExploitationClaimEvidence

One source-grounded exploitation-related statement about a CVE.

Examples

type CveExploitationClaimEvidence {
  claimType: CveExploitationClaimType!
  reportingRelationship: CveExploitationReportingRelationship!
  attributedSource: String
  explicitlyObservedAt: DateTime
  evidenceExcerpt: String!
  confidence: String!
}

Fields

Field
Description
Supported fields

The activity asserted by the source.

How the publication relates to the source of the reported activity.

attributedSource String

The organization or person named as the claim source.

explicitlyObservedAt DateTime

The observation date explicitly stated by the publication.

evidenceExcerpt String!

The short source excerpt supporting the claim.

confidence String!

The extraction confidence for the claim.

References

Fields with this object:

Last updated