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
2 changes: 1 addition & 1 deletion manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ manifest:
"*": v4.12.0-rc1 (implemented in v3.9.0.dev)
tests/appsec/iast/sink/test_unvalidated_redirect.py::TestUnvalidatedHeader_ExtendedLocation:
- weblog_declaration:
"*": v4.12.0-rc1 (implemented in v3.9.0.dev)
"*": flaky (APPSEC-61861) # v4.7.0-rc1 (implemented in v3.9.0.dev, but there was the APPSEC-57817 and APPSEC-61861 bugs)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Preserve the pre-release missing-feature range

This wildcard flaky declaration applies to every Python version for every weblog. The previous v4.12.0-rc1 manifest entry was interpreted as missing_feature for versions below 4.12.0-rc1, so older tracer releases that do not implement this extended-location test are now reported/skipped as APPSEC-61861 flakes instead of missing features. Please keep a version-bounded missing-feature entry for the pre-implementation range, or bound the flaky marker to only the affected implemented versions.

Useful? React with 👍 / 👎.

tests/appsec/iast/sink/test_unvalidated_redirect.py::TestUnvalidatedHeader_StackTrace: # Easy win for django-poc, django-py3.13, fastapi, flask-poc, python3.12, uds-flask, uwsgi-poc and version 4.6.4
- weblog_declaration:
"*": v4.7.0-rc1 (implemented in v3.9.0.dev, but there was the APPSEC-57817 and APPSEC-61861 bugs)
Expand Down
Loading