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 @@ -38,15 +38,15 @@ source: |
3838 )
3939 and (
4040 // ML Topic Analysis and Credential Theft Detection
41- any(beta.ml_topic (body.current_thread.text).topics,
41+ any(ml.nlu_classifier (body.current_thread.text).topics,
4242 .name in (
4343 "Security and Authentication",
4444 "Secure Message",
4545 "Reminders and Notifications"
4646 )
4747 and .confidence in ("medium", "high")
4848 )
49- or any(beta.ml_topic (beta.ocr(file.message_screenshot()).text).topics,
49+ or any(ml.nlu_classifier (beta.ocr(file.message_screenshot()).text).topics,
5050 .name in (
5151 "Security and Authentication",
5252 "Secure Message",
@@ -106,4 +106,4 @@ detection_methods:
106106id : " 566894ca-f0cb-5e3c-86c7-c4bba1e3a455"
107107og_id : " aaacc8b7-fbbd-596d-9268-d90b92bdfcd7"
108108testing_pr : 3437
109- testing_sha : 23525e7e904ca64e0b44bec657d4933fdd2f9e3a
109+ testing_sha : 6856998b312be2bb7c4f75a06e59a8c9f175a5cf
You can’t perform that action at this time.
0 commit comments