Skip to content

Commit

Permalink
adjust origin type value
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufede committed Jan 9, 2025
1 parent d5e368f commit 1621099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ddtrace/appsec/_asm_request_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ def _on_set_request_tags(request, span, flask_config):

request.args = taint_structure(
request.args,
OriginType.QUERY_PARAMETER_NAME,
OriginType.QUERY_PARAMETER,
OriginType.PARAMETER_NAME,
OriginType.PARAMETER,
override_pyobject_tainted=True,
)

Expand Down

0 comments on commit 1621099

Please sign in to comment.