Skip to content

Sensitive Data: OA E-Office mysql_config.ini - Information Disclosure

Identifier: weaver_mysql_config_exposure

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

E-Office mysql_config.ini file can be directly accessed, leaking database account password and other information

Reference:

Configuration

Example

Example configuration:

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