Skip to content

Information Disclosure: Nuclei Issue

Identifier: nuclei

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

We found specific nuclei issues.

Configuration

Example

Example configuration:

---
security_tests:
  nuclei:
    assets_allowed:
    - REST
    - GRAPHQL
    - WEBAPP
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.