Skip to content

Commit f9caaee

Browse files
committed
lua: support lua rules
Add lua to the list of keywords that reference files and copy in place. Ticket: #6395
1 parent fd52465 commit f9caaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suricata/update/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
INDEX_EXPIRATION_TIME = 60 * 60 * 24 * 14
9898

9999
# Rule keywords that come with files
100-
file_kw = ["filemd5", "filesha1", "filesha256", "dataset"]
100+
file_kw = ["filemd5", "filesha1", "filesha256", "dataset", "lua"]
101101

102102
def strict_error(msg):
103103
logger.error(msg)

0 commit comments

Comments
 (0)