Перейти к основному содержимому

Список всех CVE-сигнатур

GET
/cve/signatures/all

Контракт

Параметр
Значение
Разделcve
АвторизацияCookieAuth
Принимаетне требуется
Возвращаетapplication/json

Параметры

0 параметров

Параметры не требуются.

Ответы

3 ответов

Статус
Описание
Тип
200
Успешный ответobject
401
Не авторизованobject
500
Внутренняя ошибка сервераobject
  • {
      "cursor": {
        "count": 0,
        "currentPage": 0,
        "totalPages": 0,
        "totalRows": 0
      },
      "data": [
        {
          "affectedProducts": "<string>",
          "attackVector": "<string>",
          "connectionType": "<string>",
          "connectionTypeRationale": "<string>",
          "createdAt": "<string>",
          "cveId": "<string>",
          "cvssScore": 0,
          "cvssVector": "<string>",
          "cweId": "<string>",
          "description": "<string>",
          "file": {
            "category": "<string>",
            "createdAt": "<string>",
            "first_seen_at": "<string>",
            "id": 0,
            "issuer": {
              "agreementAccepted": true,
              "createdAt": "<string>",
              "deletedAt": "<string>",
              "email": "<string>",
              "group": {},
              "groupID": 0,
              "id": 0,
              "isActive": true,
              "isRequiredToSetPassword": true,
              "lastLogin": "<string>",
              "notificationsReadAt": "<string>",
              "passwordLength": 0,
              "realName": "<string>",
              "updatedAt": "<string>"
            },
            "issuerID": 0,
            "md5": "<string>",
            "mime": "<string>",
            "name": "<string>",
            "original_sha256": "<string>",
            "sha1": "<string>",
            "sha256": "<string>",
            "sha3_384": "<string>",
            "size": 0,
            "source": "<string>",
            "syncReady": true,
            "tags": "<string>",
            "updatedAt": "<string>"
          },
          "fileId": 0,
          "id": 0,
          "name": "<string>",
          "prerequisites": [
            "<string>"
          ],
          "protocol": "<string>",
          "ptvr": true,
          "ptvrTier": "<string>",
          "severity": "<string>",
          "stepCount": 0,
          "stepsDescription": "<string>",
          "trafficSequence": "<string>",
          "updatedAt": "<string>",
          "variantCount": 0
        }
      ]
    }
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }