Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: Correctly handle urlencoded data when tokenizing characters (#2863
) This PR regenerates the wasm to include a fix to how we handle `+` characters in the tokenizer for our sensitive info detection rule. This introduces a breaking change when using a custom detect function. If the body contains plus symbols it may be called twice for the same characters, once with the `+` characters treated as spaces, and once where they aren't. Release-As: 1.0.0-beta.1
- Loading branch information