Injection: Reflected URL Parameter¶
Identifier:
reflected_url_parameter
Scanner(s) Support¶
GraphQL Scanner | REST Scanner | WebApp Scanner |
---|---|---|
Description¶
A user input via a URL parameter is reflected in the page content. While not all reflected parameters are vulnerable, it is a good practice to validate and sanitize all user input.
Configuration¶
Example¶
Example configuration:
Reference¶
assets_allowed
¶
Type : List[AssetType]
*
List of assets that this check will cover.
skip
¶
Type : boolean
Skip the test if true.