We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12dc991 commit e48c0d3Copy full SHA for e48c0d3
1 file changed
third_party/yara/update.sh
@@ -67,6 +67,8 @@ function update_dep() {
67
find "${tmpdir}" \( -name "*.yar*" -o -name "*LICENSE*" \) -print -exec cp {} "${kind}" \;
68
# error: rule "BOINC" in boinc.yar(1): syntax error, unexpected identifier, expecting '{'
69
rm "${kind}/boinc.yar"
70
+ # ^ expecting pattern modifier, pattern identifier or `condition`, found `}` (missing condition field)
71
+ rm "${kind}/defendnot_tool.yar"
72
;;
73
InQuest-VT)
74
rel=$(git_clone https://github.com/InQuest/yara-rules-vt.git "${tmpdir}")
0 commit comments