Skip to content
Merged
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
16 changes: 4 additions & 12 deletions manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ manifest:
? tests/appsec/iast/test_security_controls.py::TestSecurityControls::test_no_vulnerability_suppression_with_a_sanitizer_configured_for_an_overloaded_method_with_specific_signature
: irrelevant (no overloaded methods with different signatures in python)
tests/appsec/iast/test_vulnerability_schema.py::TestIastVulnerabilitySchema: v3.8.0.dev
tests/appsec/rasp/test_api10.py::Test_API10_all: bug (APPSEC-61151)
tests/appsec/rasp/test_api10.py::Test_API10_all: v4.5.0-rc1
tests/appsec/rasp/test_api10.py::Test_API10_downstream_request_tag:
- weblog_declaration:
"*": v3.18.0
Expand All @@ -341,22 +341,14 @@ manifest:
- weblog_declaration:
"*": v4.1.0
*django: v4.3.0-dev0 (with httpx support)
tests/appsec/rasp/test_api10.py::Test_API10_request_body:
- weblog_declaration:
"*": bug (APPSEC-61151)
fastapi: bug (APPSEC-61151)
*django: bug (APPSEC-61151)
tests/appsec/rasp/test_api10.py::Test_API10_request_body: v4.5.0-rc1
tests/appsec/rasp/test_api10.py::Test_API10_request_headers: v4.3.0-dev
tests/appsec/rasp/test_api10.py::Test_API10_request_method:
- weblog_declaration:
"*": v3.14.0.rc
fastapi: v3.15.0.dev (with requests support)
*django: v4.3.0-dev0 (with httpx support)
tests/appsec/rasp/test_api10.py::Test_API10_response_body:
- weblog_declaration:
"*": bug (APPSEC-61151)
fastapi: bug (APPSEC-61151)
*django: bug (APPSEC-61151)
tests/appsec/rasp/test_api10.py::Test_API10_response_body: v4.5.0-rc1
tests/appsec/rasp/test_api10.py::Test_API10_response_headers:
- weblog_declaration:
"*": v3.14.0.rc
Expand All @@ -368,7 +360,7 @@ manifest:
fastapi: v3.15.0.dev (with requests support)
*django: v4.3.0-dev0 (with httpx support)
tests/appsec/rasp/test_api10.py::Test_API10_without_downstream_body_analysis_using_max: v3.15.0
tests/appsec/rasp/test_api10.py::Test_API10_without_downstream_body_analysis_using_sample_rate: bug (APPSEC-61151)
tests/appsec/rasp/test_api10.py::Test_API10_without_downstream_body_analysis_using_sample_rate: v4.5.0-rc1
tests/appsec/rasp/test_cmdi.py::Test_Cmdi_BodyJson: v2.20.0.dev
tests/appsec/rasp/test_cmdi.py::Test_Cmdi_BodyUrlEncoded: v2.20.0.dev
tests/appsec/rasp/test_cmdi.py::Test_Cmdi_BodyXml: v2.20.0.dev
Expand Down
Loading