Skip to content

Information Disclosure: Port Remediation

Identifier: open_port

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

We found specific ports that are open to the public. This might be a security risk and should be analyzed carefully.

Configuration

Example

Example configuration:

---
security_tests:
  open_port:
    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.