Skip to content

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:

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