Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions manifests/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ tests/:
Test_StandardTagsClientIp: v0.81.0
test_conf.py:
Test_ConfigurationVariables: missing_feature (unknown version)
Test_ConfigurationVariables_New_Obfuscation: missing_feature
Test_ConfigurationVariables_New_Obfuscation: v1.12.0
test_customconf.py:
Test_CorruptedRules_Telemetry: missing_feature
test_event_tracking.py:
Expand Down Expand Up @@ -407,7 +407,7 @@ tests/:
test_rate_limiter.py:
Test_Main: v1.11.0
test_remote_config_rule_changes.py:
Test_AsmDdMultiConfiguration: missing_feature
Test_AsmDdMultiConfiguration: v1.12.0
Test_BlockingActionChangesWithRemoteConfig: v1.6.2
Test_Empty_Config: missing_feature
Test_Multiple_Actions: v1.6.2
Expand All @@ -429,8 +429,8 @@ tests/:
test_suspicious_attacker_blocking.py:
Test_Suspicious_Attacker_Blocking: missing_feature
test_trace_tagging.py:
Test_TraceTaggingRules: missing_feature
Test_TraceTaggingRulesRcCapability: missing_feature
Test_TraceTaggingRules: v1.12.0
Test_TraceTaggingRulesRcCapability: v1.12.0
test_traces.py:
Test_CollectDefaultRequestHeader: v1.0.0
Test_ExternalWafRequestsIdentification: v1.0.0
Expand Down
1 change: 0 additions & 1 deletion tests/appsec/waf/test_blocking.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def setup_html_template_v2(self):
@missing_feature(context.library < "[email protected]")
@missing_feature(context.library < "[email protected]")
@missing_feature(library="dotnet")
@missing_feature(library="php")
@missing_feature(context.library < "[email protected]")
@missing_feature(library="ruby")
def test_html_template_v2(self):
Expand Down