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

cveVulnerabilityClass

Deterministic vulnerability class derived from the effective CWE set through a versioned mapping.

Examples

enum CveVulnerabilityClass {
  CommandInjection
  SqlInjection
  CrossSiteScripting
  PathTraversal
  ServerSideRequestForgery
  AuthenticationBypass
  PrivilegeEscalation
  InformationDisclosure
  MemoryCorruption
  Deserialization
  PrototypePollution
  RequestSmuggling
  FileUpload
  ResourceExhaustion
  SoftwareIntegrityFailure
}

Enum values

Enum value
Description

CommandInjection

SqlInjection

CrossSiteScripting

PathTraversal

ServerSideRequestForgery

AuthenticationBypass

PrivilegeEscalation

InformationDisclosure

MemoryCorruption

Deserialization

PrototypePollution

RequestSmuggling

FileUpload

ResourceExhaustion

SoftwareIntegrityFailure

References

Fields with this object:

Last updated