diff --git a/manifests/python.yml b/manifests/python.yml index e48faa530b..a927aa7803 100644 --- a/manifests/python.yml +++ b/manifests/python.yml @@ -215,12 +215,7 @@ tests/: TestMultipart: missing_feature test_parameter_name.py: TestParameterName: - django-poc: v1.18.0 - fastapi: missing_feature - flask-poc: missing_feature - python3.12: v1.18.0 - uds-flask: missing_feature - uwsgi-poc: missing_feature + '*': v1.18.0 test_parameter_value.py: TestParameterValue: '*': v2.9.0 diff --git a/tests/appsec/iast/source/test_parameter_name.py b/tests/appsec/iast/source/test_parameter_name.py index ba7d29c0df..d51db67bcc 100644 --- a/tests/appsec/iast/source/test_parameter_name.py +++ b/tests/appsec/iast/source/test_parameter_name.py @@ -26,7 +26,6 @@ class TestParameterName(BaseSourceTest): reason="Tainted as request body", ) @bug(weblog_variant="resteasy-netty3", reason="APPSEC-55687") - @bug(library="python", reason="APPSEC-55689") @missing_feature(library="dotnet", reason="Tainted as request body") def test_source_post_reported(self): """for use case where only one is reported, we want to keep a test on the one reported""" @@ -46,7 +45,6 @@ def test_source_get_reported(self): ) @bug(context.library < "java@1.40.0" and context.weblog_variant == "jersey-grizzly2", reason="APPSEC-55387") @bug(weblog_variant="resteasy-netty3", reason="APPSEC-55687") - @bug(library="python", reason="APPSEC-55689") @missing_feature(library="dotnet", reason="Tainted as request body") def test_source_reported(self): super().test_source_reported()