Sensitive Data: WordPress DB Backup¶
Identifier:
wordpress_db_backup_listing
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner |
|---|---|---|
Description¶
WordPress DB Backup plugin exposes db file along with directory listing.
Configuration¶
Example¶
Example configuration:
---
security_tests:
wordpress_db_backup_listing:
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.