Skip to content

Commit

Permalink
Update waf rules to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien committed Oct 10, 2024
1 parent ce0bdce commit 2be7f7e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/dd-trace/src/appsec/recommended.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.2",
"metadata": {
"rules_version": "1.13.0"
"rules_version": "1.13.1"
},
"rules": [
{
Expand Down Expand Up @@ -6239,7 +6239,6 @@
{
"id": "rasp-930-100",
"name": "Local file inclusion exploit",
"enabled": false,
"tags": {
"type": "lfi",
"category": "vulnerability_trigger",
Expand Down Expand Up @@ -6287,8 +6286,7 @@
},
{
"id": "rasp-932-100",
"name": "Shell injection exploit",
"enabled": false,
"name": "Command injection exploit",
"tags": {
"type": "command_injection",
"category": "vulnerability_trigger",
Expand Down Expand Up @@ -9780,4 +9778,4 @@
}
}
]
}
}

0 comments on commit 2be7f7e

Please sign in to comment.