Skip to content

Commit e48c0d3

Browse files
authored
Fix third-party rule breaking automated updates (#986)
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 12dc991 commit e48c0d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

third_party/yara/update.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ function update_dep() {
6767
find "${tmpdir}" \( -name "*.yar*" -o -name "*LICENSE*" \) -print -exec cp {} "${kind}" \;
6868
# error: rule "BOINC" in boinc.yar(1): syntax error, unexpected identifier, expecting '{'
6969
rm "${kind}/boinc.yar"
70+
# ^ expecting pattern modifier, pattern identifier or `condition`, found `}` (missing condition field)
71+
rm "${kind}/defendnot_tool.yar"
7072
;;
7173
InQuest-VT)
7274
rel=$(git_clone https://github.com/InQuest/yara-rules-vt.git "${tmpdir}")

0 commit comments

Comments
 (0)