Information Disclosure: ThinkPHP 5.0.9 - Information Disclosure¶
Identifier:
thinkphp_509_information_disclosure
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner |
|---|---|---|
Description¶
ThinkPHP 5.0.9 includes verbose SQL error message that can reveal sensitive information including database credentials.
Reference:
Configuration¶
Example¶
Example configuration:
---
security_tests:
thinkphp_509_information_disclosure:
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.