Skip to content

Commit

Permalink
Update WAF recommended rules to v1.13.2 (#4834)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlesDD authored Oct 29, 2024
1 parent 4a711d9 commit 2a4b80d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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.1"
"rules_version": "1.13.2"
},
"rules": [
{
Expand Down Expand Up @@ -6335,7 +6335,6 @@
{
"id": "rasp-934-100",
"name": "Server-side request forgery exploit",
"enabled": false,
"tags": {
"type": "ssrf",
"category": "vulnerability_trigger",
Expand Down Expand Up @@ -6384,7 +6383,6 @@
{
"id": "rasp-942-100",
"name": "SQL injection exploit",
"enabled": false,
"tags": {
"type": "sql_injection",
"category": "vulnerability_trigger",
Expand Down Expand Up @@ -6424,7 +6422,7 @@
}
]
},
"operator": "sqli_detector"
"operator": "sqli_detector@v2"
}
],
"transformers": [],
Expand Down

0 comments on commit 2a4b80d

Please sign in to comment.