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
6 changes: 3 additions & 3 deletions manifests/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,14 @@ manifest:
tests/appsec/rasp/test_api10.py::Test_API10_downstream_ssrf_telemetry: v2.4.0
tests/appsec/rasp/test_api10.py::Test_API10_redirect: v2.7.0-dev
tests/appsec/rasp/test_api10.py::Test_API10_redirect_status: v2.5.0-dev
tests/appsec/rasp/test_api10.py::Test_API10_request_body: bug (APPSEC-61152)
tests/appsec/rasp/test_api10.py::Test_API10_request_body: v2.7.0-dev

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Activate Test_API10_all with the same fixed version

This change promotes the three API10 body-analysis tests tied to APPSEC-61152 to v2.7.0-dev, but leaves tests/appsec/rasp/test_api10.py::Test_API10_all on the same bug (APPSEC-61152) marker. Because Test_API10_all asserts both request/response body tags together, it remains skipped even after the bugfix this commit is enabling, which drops combined-path coverage and can hide regressions in the full API10 flow.

Useful? React with 👍 / 👎.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Activate Test_API10_all at v2.7.0-dev

This change promotes the three APPSEC-61152 API10 body-related entries to v2.7.0-dev, but tests/appsec/rasp/test_api10.py::Test_API10_all is still marked bug (APPSEC-61152) in the same manifest section. Since Test_API10_all validates request and response body tags together, Go versions where the fix is present will still skip the combined-path assertion and can miss regressions in full API10 body analysis.

Useful? React with 👍 / 👎.

tests/appsec/rasp/test_api10.py::Test_API10_request_headers: v2.7.0-dev
tests/appsec/rasp/test_api10.py::Test_API10_request_method: v2.4.0
tests/appsec/rasp/test_api10.py::Test_API10_response_body: bug (APPSEC-61152)
tests/appsec/rasp/test_api10.py::Test_API10_response_body: v2.7.0-dev
tests/appsec/rasp/test_api10.py::Test_API10_response_headers: v2.4.0
tests/appsec/rasp/test_api10.py::Test_API10_response_status: v2.4.0
tests/appsec/rasp/test_api10.py::Test_API10_without_downstream_body_analysis_using_max: v2.4.0
tests/appsec/rasp/test_api10.py::Test_API10_without_downstream_body_analysis_using_sample_rate: bug (APPSEC-61152)
tests/appsec/rasp/test_api10.py::Test_API10_without_downstream_body_analysis_using_sample_rate: v2.7.0-dev
tests/appsec/rasp/test_cmdi.py::Test_Cmdi_BodyJson: missing_feature
tests/appsec/rasp/test_cmdi.py::Test_Cmdi_BodyUrlEncoded: missing_feature
tests/appsec/rasp/test_cmdi.py::Test_Cmdi_BodyXml: missing_feature
Expand Down
Loading