Information Disclosure: Node ecstatic Internal Path - Exposure¶
Identifier:
node_ecstatic_internal_path
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner |
|---|---|---|
Description¶
Internal path exposure in Node ecstatic.
Reference:
Configuration¶
Example¶
Example configuration:
---
security_tests:
node_ecstatic_internal_path:
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.