Skip to main content

Set Custom Vulnerabilities

PUT 

/api/v32.04/feeds/custom/custom-vulnerabilities

x-prisma-cloud-target-env: {"permission":"systemOperations","saas":true,"self-hosted":true}
x-public: true

SetCustomVulnerabilities sets the custom vulnerabilities feed

Request

Body

    _id string

    ID is the custom vulnerabilities feed ID.

    digest string

    Digest is the internal custom vulnerabilities feed digest.

    rules object[]

    Rules is the list of custom vulnerabilities rules.

  • Array [
  • _id string

    .

    maxVersionInclusive string

    .

    md5 string

    .

    minVersionInclusive string

    .

    name string

    .

    package string

    .

    type vuln.PackageType (string)

    Possible values: [nodejs,gem,python,jar,package,windows,binary,nuget,go,app,unknown]

    PackageType describes the package type

  • ]

Responses

OK

Loading...