Skip to content

Commit

Permalink
Fix feature id (#3645)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoEchevarria authored Dec 9, 2024
1 parent 5802d25 commit 8291a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8291a18

Please sign in to comment.