vulnerability

Endpoint for creating and editing vulnerabilities in the local source

Retrieve vulnerabilities with optional filtering and pagination.

Supports light mode for minimal data (returns only vulnerability ID and source). Create a vulnerability with the CVE version 5 format. (Deprecated)

post/vulnerability/

Request body

datastring

Response

Success.

Changes

Changed in 10 of the 42 revisions of this API.1225

    • added the new optional query request parameter with_bundles to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter with_comments to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter with_linked to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter with_sightings to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter with_meta to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter product to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter cwe to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter date_sort to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter light to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter page to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter per_page to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter since to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter sort_order to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added the new optional query request parameter source to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    • deleted the query request parameter description

      request-parameter-removed

    • deleted the query request parameter vuln_id

      request-parameter-removed

    • added the new optional query request parameter description

      new-optional-request-parameter

    • added the new optional query request parameter vuln_id

      new-optional-request-parameter

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 422

      response-non-success-status-added

    • api tag default added

      api-tag-added

    • api tag vulnerability removed

      api-tag-removed

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • removed the non-success response with the status 422

      response-non-success-status-removed