Skip to content

Commit

Permalink
fix!: Correctly handle urlencoded data when tokenizing characters (#2863
Browse files Browse the repository at this point in the history
)

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
e-moran authored Jan 15, 2025
1 parent 4447fb8 commit fa93290
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Binary file modified analyze-wasm/wasm/arcjet_analyze_js_req.component.core.wasm
Binary file not shown.
Binary file modified analyze-wasm/wasm/arcjet_analyze_js_req.component.wasm
Binary file not shown.

0 comments on commit fa93290

Please sign in to comment.