Get Types

List all the types and values that are used in the security API.

When it comes to security, we take it very seriously. We have a dedicated team that is constantly monitoring the security of our platform and the services we provide. We are committed to providing a secure platform for our users. That is why we have a API endpoint that allows you to list all the types and values that are currently being used in the security API.

Endpoint

GET /cves/types

Response

all_types.json
{
  "Attack_Complexity": [
    "Low",
    "High"
  ],
  "Attack_Vector": [
    "Network",
    "Adjacent",
    "Local",
    "Physical"
  ],
  "Availability_Impact": [
    "None",
    "Low",
    "High"
  ],
  "Confidentiality_Impact": [
    "None",
    "Low",
    "High"
  ],
  "Integrity_Impact": [
    "None",
    "Low",
    "High"
  ],
  "Privileges_Required": [
    "None",
    "Low",
    "High"
  ],
  "Scope": [
    "Unchanged",
    "Changed"
  ],
  "Severity": [
    "Low",
    "Medium",
    "High",
    "Critical"
  ],
  "User_Interaction": [
    "None",
    "Required"
  ]
}