Skip to content

Sensitive Data: Apache Doris - Default Login

Identifier: doris_default_login

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Tests if Apache Doris Panel, it is an easy-to-use, high performance and unified analytics database, is using the default password on root/admin user accounts.

Configuration

Example

Example configuration:

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