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

cveArticleEvidence

The Response Center analysis of one article that references a CVE.

Examples

type CveArticleEvidence {
  sourceUrl: String!
  sourcePublishedAt: DateTime
  analyzedAt: DateTime!
  analysisVersion: String!
  articleTypes: [String!]!
  classificationConfidence: String!
  claims: [CveExploitationClaimEvidence!]!
}

Fields

Field
Description
Supported fields

sourceUrl String!

The article URL analyzed by Response Center.

sourcePublishedAt DateTime

The publication date extracted from the source.

analyzedAt DateTime!

The time Response Center analyzed the article.

analysisVersion String!

The versioned GPT analysis contract used for the article.

articleTypes [String!]!

The security article classifications supported by the source.

classificationConfidence String!

The confidence of the article classification.

The exploitation-related claims in the article that apply to this CVE.

claimType CveExploitationClaimType! reportingRelationship CveExploitationReportingRelationship! attributedSource String explicitlyObservedAt DateTime evidenceExcerpt String! confidence String!

References

Fields with this object:

Last updated