Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 04f3803

Browse files
committed
include CM1002
1 parent c7690ee commit 04f3803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

confirmed_malicious.rego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deny contains issue if {
1717
# title: Verified malware
1818
deny contains issue if {
1919
some issue in data.issues
20-
issue.tag == "CM0037"
20+
issue.tag in {"CM0037", "CM1002"}
2121
}
2222

2323
# METADATA

0 commit comments

Comments
 (0)