Skip to content

Commit

Permalink
[python] fix iast standalone manifest, and django poc (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufede authored Nov 25, 2024
1 parent ae8db8b commit bdff63f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,7 @@ tests/:
'*': v2.12.3
uwsgi-poc: v2.17.1
Test_IastStandalone_UpstreamPropagation:
'*': v2.17.0.dev
Test_IastStandalone_UpstreamPropagation: missing_feature
'*': v2.18.0.dev
Test_SCAStandalone_Telemetry: missing_feature
test_automated_login_events.py:
Test_Login_Events: irrelevant (was v2.10.0 but will be replaced by V2)
Expand Down
2 changes: 2 additions & 0 deletions utils/build/docker/python/django/app/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,8 @@ def s3_multipart_upload(request):
path("waf", waf),
path("waf/", waf),
path("waf/<url>", waf),
path("vulnerablerequestdownstream", vulnerable_request_downstream),
path("vulnerablerequestdownstream/", vulnerable_request_downstream),
path("requestdownstream", request_downstream),
path("requestdownstream/", request_downstream),
path("returnheaders", return_headers),
Expand Down

0 comments on commit bdff63f

Please sign in to comment.