Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] fix iast standalone manifest, and django poc #3539

Merged
merged 3 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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