fix(starr): fix Obfuscated CF mismatching (#1843)

pull/1846/head
nuxen 2 months ago committed by GitHub
parent e249a39b0d
commit f963dc6510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -111,7 +111,7 @@
"negate": false,
"required": false,
"fields": {
"value": "Scrambled\\b"
"value": "(?<=\\b[12]\\d{3}\\b).*(Scrambled)\\b"
}
},
{

@ -111,7 +111,7 @@
"negate": false,
"required": false,
"fields": {
"value": "Scrambled\\b"
"value": "(?<=\\bS\\d+\\b).*(Scrambled)\\b"
}
},
{

Loading…
Cancel
Save