Skip to content

Commit c4efe52

Browse files
[Test Rules] [PR sublime-security#4613] added rule: Beta: Fuzzy attack score
1 parent 8e7246f commit c4efe52

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "Beta: Fuzzy attack score"
2+
description: "Exercises the beta.fuzzy_attack_score() function. The 'notaverdict' verdict ensures this rule never flags."
3+
type: "rule"
4+
severity: "low"
5+
source: |
6+
type.inbound
7+
and any([beta.fuzzy_attack_score()], .analyzed and .verdict == "notaverdict")
8+
id: "3aa811e4-44b6-5eda-b722-5f09af72a1ae"
9+
og_id: "0887f39a-2568-4694-99ff-9182e37dc894"
10+
testing_pr: 4613
11+
testing_sha: 794189cd5a710009db6400185316082d23175a79

0 commit comments

Comments
 (0)