Skip to main content

Custom Vulnerabilities

GET 

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

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

CustomVulnerabilities returns the custom vulnerabilities feed

Responses

CustomVulnerabilities is a collection of custom vulnerabilities TBD: this storage usage is not best practice, should be migrate to a 1 document per vulnerability

Schema
    _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

  • ]
Loading...