Skip to content

Commit

Permalink
swap 37 and 38
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-phylum committed Feb 10, 2025
1 parent 04f3803 commit af011db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions confirmed_malicious.rego
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ deny contains issue if {
# title: Verified malware
deny contains issue if {
some issue in data.issues
issue.tag in {"CM0037", "CM1002"}
issue.tag in {"CM0038", "CM1002"}
}

# METADATA
# title: Known-bad compiled binary
deny contains issue if {
some issue in data.issues
issue.tag == "CM0038"
issue.tag == "CM0037"
}

# METADATA
Expand Down

0 comments on commit af011db

Please sign in to comment.