Skip to content
Open
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
19 changes: 17 additions & 2 deletions manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ manifest:
- weblog_declaration:
"*": irrelevant (just one weblog is enough to test the SDK)
"flask-poc": v4.13.0-dev
tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardStandalone_APMDisabledMarker: missing_feature
tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardStandalone_APMDisabledMarker: # TODO: a lower version might be supported
- weblog_declaration:
'*': missing_feature
flask-poc: '>=4.14.0'
uwsgi-poc: '>=4.14.0'
uds-flask: '>=4.14.0'
tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardTelemetryRedacted: bug (APPSEC-69627)
tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardTelemetryRequests: bug (APPSEC-69627)
tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardTelemetryTruncated: bug (APPSEC-69627)
Expand Down Expand Up @@ -234,7 +239,17 @@ manifest:
"*": v2.1.0
fastapi: v2.5.0
tests/appsec/api_security/test_schemas.py::Test_Schema_Response_on_Block: v3.10.0.dev
tests/appsec/api_security/test_schemas_auth.py: missing_feature
tests/appsec/api_security/test_schemas_auth.py: # TODO: a lower version might be supported
- weblog_declaration:
'*': missing_feature
django-poc: '>=4.14.0'
tornado: '>=4.14.0'
python3.12: '>=4.14.0'
uwsgi-poc: '>=4.14.0'
fastapi: '>=4.14.0'
uds-flask: '>=4.14.0'
flask-poc: '>=4.14.0'
django-py3.13: '>=4.14.0'
tests/appsec/api_security_testing/test_headers_collection.py::Test_SecurityTestingHeaders: v4.11.0-rc1
tests/appsec/api_security_testing/test_normalized_route.py::Test_NormalizedRoute:
- weblog_declaration:
Expand Down
Loading