Skip to content
Draft
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
4 changes: 3 additions & 1 deletion manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ refs:
- &ref_5_81_0 '>=5.81.0'
- &ref_5_82_0 '>=5.82.0'
- &ref_5_83_0 '>=5.83.0'
- &ref_5_85_0 '>=5.85.0'
manifest:
tests/ai_guard/test_ai_guard_sdk.py::Test_ContentParts: missing_feature
tests/ai_guard/test_ai_guard_sdk.py::Test_Evaluation:
Expand Down Expand Up @@ -932,7 +933,8 @@ manifest:
nextjs: missing_feature
tests/appsec/test_automated_payment_events.py::Test_Automated_Payment_Events_Stripe:
- weblog_declaration:
express4: missing_feature
express4: *ref_5_85_0
express5: *ref_5_85_0
"*": irrelevant (one weblog is enough coverage)
tests/appsec/test_automated_user_and_session_tracking.py::Test_Automated_Session_Blocking:
- weblog_declaration:
Expand Down
Loading