We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94052c commit 22dfc65Copy full SHA for 22dfc65
packages/dd-trace/src/appsec/recommended.json
@@ -1,7 +1,7 @@
1
{
2
"version": "2.2",
3
"metadata": {
4
- "rules_version": "1.14.1"
+ "rules_version": "1.14.2"
5
},
6
"rules": [
7
@@ -5503,9 +5503,13 @@
5503
"x-middleware-subrequest"
5504
]
5505
}
5506
- ]
+ ],
5507
+ "regex": ".*",
5508
+ "options": {
5509
+ "min_length": 1
5510
+ }
5511
- "operator": "exists"
5512
+ "operator": "match_regex"
5513
5514
5515
"parameters": {
0 commit comments