From 34141a827589dd756f6a9f453f825b8afc08833e Mon Sep 17 00:00:00 2001 From: Anil Mahtani <929854+Anilm3@users.noreply.github.com> Date: Tue, 25 Oct 2022 16:47:24 +0100 Subject: [PATCH] Revert skipped obfuscator tests on PHP --- scenarios/appsec/test_traces.py | 3 +-- tests/appsec/test_traces.py | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/scenarios/appsec/test_traces.py b/scenarios/appsec/test_traces.py index 31f2b49c4c..e1f583dfe2 100644 --- a/scenarios/appsec/test_traces.py +++ b/scenarios/appsec/test_traces.py @@ -5,7 +5,7 @@ import pytest from tests.constants import PYTHON_RELEASE_GA_1_1 -from utils import BaseTestCase, context, interfaces, released, rfc, bug +from utils import BaseTestCase, context, interfaces, released, rfc if context.library == "cpp": pytestmark = pytest.mark.skip("not relevant") @@ -17,7 +17,6 @@ class Test_AppSecObfuscator(BaseTestCase): """AppSec obfuscates sensitive data.""" - @bug(context.php_appsec == "0.4.0") def test_appsec_obfuscator_key(self): """General obfuscation test of several attacks on several rule addresses.""" # Validate that the AppSec events do not contain the following secret value. diff --git a/tests/appsec/test_traces.py b/tests/appsec/test_traces.py index 9929681984..c644773f26 100644 --- a/tests/appsec/test_traces.py +++ b/tests/appsec/test_traces.py @@ -167,7 +167,6 @@ def validator(span): class Test_AppSecObfuscator(BaseTestCase): """AppSec obfuscates sensitive data.""" - @bug(context.php_appsec == "0.4.0") def test_appsec_obfuscator_key(self): """General obfuscation test of several attacks on several rule addresses.""" # Validate that the AppSec events do not contain the following secret value. @@ -216,7 +215,6 @@ def validate_appsec_span_tags(span, appsec_data): interfaces.library.add_appsec_validation(r, validate_appsec_span_tags) @missing_feature(library="java") - @bug(context.php_appsec == "0.4.0") def test_appsec_obfuscator_value(self): """Obfuscation test of a matching rule parameter value containing a sensitive keyword.""" # Validate that the AppSec event do not contain the following secret value.