-
Notifications
You must be signed in to change notification settings - Fork 14
[Golang] Activate API10 body analysis tests #6236
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
Changes from all commits
d50c994
6b4712e
58de253
4f12459
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This change promotes the three 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 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change promotes the three API10 body-analysis tests tied to
APPSEC-61152tov2.7.0-dev, but leavestests/appsec/rasp/test_api10.py::Test_API10_allon the samebug (APPSEC-61152)marker. BecauseTest_API10_allasserts 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 👍 / 👎.