Skip to content

Commit

Permalink
Remove legacy mention of libddwaf_version (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne authored Oct 8, 2024
1 parent 6c72ee1 commit 5da9219
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/appsec/test_alpha.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from utils import context, weblog, interfaces, missing_feature, bug, features


@missing_feature(context.library == "ruby" and context.libddwaf_version is None)
@features.threats_alpha_preview
class Test_Basic:
""" Detect attacks on raw URI and headers with default rules """
Expand Down
1 change: 0 additions & 1 deletion tests/appsec/test_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def _check_service(span, appsec_data):


@rfc("https://datadoghq.atlassian.net/wiki/spaces/APS/pages/2186870984/HTTP+header+collection")
@missing_feature(context.library == "ruby" and context.libddwaf_version is None)
@bug(context.library == "python@1.1.0", reason="APMRP-360")
@features.security_events_metadata
class Test_RequestHeaders:
Expand Down
1 change: 0 additions & 1 deletion tests/appsec/waf/test_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ def test_ssrf(self):
interfaces.library.assert_waf_attack(self.r, waf_rules.ssrf.sqr_000_001)


@missing_feature(context.library == "ruby" and context.libddwaf_version is None)
@features.waf_rules
class Test_DiscoveryScan:
"""AppSec WAF Tests on Discovery Scan rules"""
Expand Down

0 comments on commit 5da9219

Please sign in to comment.