Skip to content

Commit

Permalink
Sanitize *auth* instead of authorization (elastic#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbarny authored Dec 13, 2021
1 parent ae0e8a6 commit cf182bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/agents/sanitization.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ how an agent will sanitize data.
| | |
|----------------|---|
| Type | `List<`[`WildcardMatcher`](../../tests/agents/json-specs/wildcard_matcher_tests.json)`>` |
| Default | `password, passwd, pwd, secret, *key, *token*, *session*, *credit*, *card*, authorization, set-cookie` |
| Default | `password, passwd, pwd, secret, *key, *token*, *session*, *credit*, *card*, *auth*, set-cookie` |
| Dynamic | `true` |
| Central config | `true` |

Expand Down Expand Up @@ -47,4 +47,4 @@ body. No fields (including `set-cookie` headers) are exempt from this.
The query string and other captured request bodies (such as `application/json`)
SHOULD NOT be sanitized.

Agents SHOULD NOT sanitize fields based on the _value_ of a particular field.
Agents SHOULD NOT sanitize fields based on the _value_ of a particular field.

0 comments on commit cf182bc

Please sign in to comment.