Skip to content

Commit

Permalink
Update rules/python/django/cookie_missing_http_only.yml
Browse files Browse the repository at this point in the history
Co-authored-by: David Roe <[email protected]>
  • Loading branch information
elsapet and didroe authored Jun 11, 2024
1 parent 2ae6295 commit 8cf6526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/python/django/cookie_missing_http_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ auxiliary:
values: [render]
- id: python_django_cookie_missing_http_only_set_cookie_http_only
patterns:
- pattern: $<_>($<...>httponly=$<TRUE>)
- pattern: $<_>($<...>httponly=$<TRUE>$<...>)
filters:
- variable: "TRUE"
detection: python_django_cookie_missing_http_only_true
Expand Down

0 comments on commit 8cf6526

Please sign in to comment.