Skip to content

Commit c0f54c7

Browse files
authored
Update comp_review_qr_attached_eml.yml (#3582)
1 parent 96061cd commit c0f54c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

detection-rules/comp_review_qr_attached_eml.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ source: |
2020
// subjects include review/updates/changes
2121
and (
2222
strings.icontains(subject.subject, 'review')
23+
or strings.icontains(subject.subject, 'Summary')
2324
or strings.icontains(subject.subject, 'evaluation')
2425
or regex.icontains(subject.subject, 'eval\b')
2526
or strings.icontains(subject.subject, 'assessment')

0 commit comments

Comments
 (0)