Skip to content

Commit 1c6dee7

Browse files
Swaps dummy rule with graymail rule
1 parent 794189c commit 1c6dee7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: "Beta: Fuzzy attack score"
2-
description: "Exercises the beta.fuzzy_attack_score() function. The 'notaverdict' verdict ensures this rule never flags."
1+
name: "Beta: Fuzzy Graymail"
2+
description: "Exercises the beta.fuzzy_attack_score() function. Flags on Graymail verdicts."
33
type: "rule"
4-
severity: "low"
4+
severity: "medium"
55
source: |
66
type.inbound
7-
and any([beta.fuzzy_attack_score()], .analyzed and .verdict == "notaverdict")
8-
id: "0887f39a-2568-4694-99ff-9182e37dc894"
7+
and any([beta.fuzzy_attack_score()], .analyzed and .verdict == "graymail")
8+
id: "f83b83bc-039b-4025-be85-78a36ffabf6e"

0 commit comments

Comments
 (0)