Skip to content

Commit 71a5a98

Browse files
meirwahAviad Lichtenstadt
authored andcommitted
Fix domain rep (#1785)
* domain fix reputation * fix RN * fix RN
1 parent 7647711 commit 71a5a98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Misc/reputations.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,10 @@
242242
"details": "Domain",
243243
"enhancementScriptNames": [
244244
"DomainReputation"
245-
],
246-
"toVersion": "3.6"
245+
]
247246
},
248247
{
249-
"id": "domainRep",
248+
"id": "domainRep2",
250249
"version": -1,
251250
"regex": "(?i)(?:(?:https?|ftp|hxxps?):\\/\\/|www\\[?\\.\\]?|ftp\\[?\\.\\]?)(?:[-A-Z0-9]+\\[?\\.\\]?)+[-A-Z0-9]+(?::[0-9]+)?(?:(?:\\/|\\?)[-A-Z0-9+&@#\\/%=~_$?!\\-:,.\\(\\);]*[A-Z0-9+&@#\\/%=~_$\\(\\);])?|\\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,}\\b",
252251
"reputationCommand": "domain",
@@ -257,5 +256,6 @@
257256
"formatScript": "ExtractDomainFromUrlAndEmail",
258257
"fromVersion": "3.6"
259258
}
260-
]
259+
],
260+
"releaseNotes":"Fixing Domain reputation"
261261
}

0 commit comments

Comments
 (0)