v1

latestOpenAPI 3.1.02026-08-06330343826.1 KB
Vulnerability Exception

Exceptions

Creates a vulnerability exception.

post/api/3/vulnerability_exceptions

Request body

expiresstring date-time

The date and time the vulnerability exception is set to expire.

idobject

The identifier of the vulnerability exception.

statestring

The state of the vulnerability exception. One of: "Deleted", "Expired", "Approved", "Rejected", "Under Review".

Example request

{
  "links": [
    {
      "href": "https://hostname:3780/api/3/...",
      "rel": "self"
    }
  ],
  "review": {
    "links": [
      {
        "href": "https://hostname:3780/api/3/...",
        "rel": "self"
      }
    ]
  },
  "scope": {
    "links": [
      {
        "href": "https://hostname:3780/api/3/...",
        "rel": "self"
      }
    ]
  },
  "submit": {
    "links": [
      {
        "href": "https://hostname:3780/api/3/...",
        "rel": "self"
      }
    ]
  }
}

Response

OK