Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

PII: fix In-App WAF attack sanitization #158

Merged
merged 2 commits into from Sep 29, 2020
Merged

Commits on Sep 29, 2020

  1. agent/backend/api: fix waf attack's scrubbing when changed by a trans…

    …former
    
    Replace the use of `strings.ReplaceAll()` with a case-insensitive regular
    expression of the request parameter so that it also matches attack information
    that got transformed (eg. lower-cased).
    Julio-Guerra committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    700a8e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff897c6 View commit details
    Browse the repository at this point in the history