File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ source: |
309309 and (
310310 any(
311311 // filter links that match docusign wording
312- filter(body.links,
312+ filter(body.current_thread. links,
313313 // we've observed invisible characters in the display name
314314 // such as U+034F: "Revi\x{034F}ew Now"
315315 (
@@ -337,7 +337,7 @@ source: |
337337 or strings.icontains(.display_text, "Review on Docusign")
338338 or (
339339 strings.icontains(.display_text, "Sign")
340- and regex.icontains(.display_text, '(?:in|now)')
340+ and regex.icontains(.display_text, '(?:in\b |now)')
341341 )
342342 )
343343 ),
@@ -430,4 +430,4 @@ detection_methods:
430430id : " d4941591-f1a3-58d5-be61-2a093f9b7453"
431431og_id : " 4d29235c-08b9-5f9b-950e-60b05c4691fb"
432432testing_pr : 3984
433- testing_sha : d2ed2963f768b67d7e8bbf01eb9b2555259e890b
433+ testing_sha : ab20ddde3269908639206e170aab3b4842f09ce6
You can’t perform that action at this time.
0 commit comments