Skip to content

Commit

Permalink
Disable full denylist blocking for ruby < 2.11.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
y9v committed Feb 5, 2025
1 parent f5431fc commit 944042d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/appsec/test_ip_blocking_full_denylist.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def setup_blocked_ips(self):

@missing_feature(weblog_variant="spring-boot" and context.library < "[email protected]")
@bug(context.library >= "[email protected]" and context.library < "[email protected]", reason="APMRP-360")
@bug(context.library >= "[email protected]" and context.library < "[email protected]", reason="APMRP-360")
@bug(context.library < "[email protected]", reason="APMRP-56691")
def test_blocked_ips(self):
"""test blocked ips are enforced"""

Expand Down
1 change: 1 addition & 0 deletions tests/appsec/test_user_blocking_full_denylist.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def setup_blocking_test(self):
@bug(context.library < "[email protected]", reason="APMRP-360")
@bug(context.library >= "[email protected]" and context.library < "[email protected]", reason="APMRP-360")
@bug(library="java", reason="APPSEC-56006")
@bug(context.library < "[email protected]", reason="APMRP-56691")
def test_blocking_test(self):
"""Test with a denylisted user"""

Expand Down

0 comments on commit 944042d

Please sign in to comment.