diff --git a/utils/_features.py b/utils/_features.py index 57ca2c9544..d4d34a76ab 100644 --- a/utils/_features.py +++ b/utils/_features.py @@ -2402,9 +2402,9 @@ def rasp_command_injection(test_object): """ Appsec RASP rule : command injection - https://feature-parity.us1.prod.dog/#/?feature=342 + https://feature-parity.us1.prod.dog/#/?feature=345 """ - pytest.mark.features(feature_id=342)(test_object) + pytest.mark.features(feature_id=345)(test_object) return test_object @staticmethod