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 wip] unskip tests #3800

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
7 changes: 1 addition & 6 deletions manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions tests/appsec/iast/source/test_parameter_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand All @@ -46,7 +45,6 @@ def test_source_get_reported(self):
)
@bug(context.library < "[email protected]" 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()
Expand Down
Loading