]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2285 in SNORT/snort3 from ~RUCOMBS/snort3:file_sigz to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Wed, 24 Jun 2020 19:01:30 +0000 (19:01 +0000)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Wed, 24 Jun 2020 19:01:30 +0000 (19:01 +0000)
Squashed commit of the following:

commit 781017247a58252a56bb4a89846fa996d1448f50
Author: russ <rucombs@cisco.com>
Date:   Wed Jun 24 08:15:17 2020 -0400

    tweaks: enable file signature for sec and max until depth issue resolved

lua/max_detect.lua
lua/security.lua

index 2510f6910fbc6094fec51b935560874b1cb1add7..29ec2ea5a8602d792f86f97144e690064f607a12 100644 (file)
@@ -6,6 +6,9 @@
 
 arp_spoof = nil
 
+-- bug: false will limit http file_data
+file_id.enable_signature = true
+
 ftp_server.check_encrypted = true
 
 detection =
index c2613d94f7947bc537626634a2ab9e630b9a84d9..3a046c44acd3bab40c7dc920d91d7cddf0b46ecd 100644 (file)
@@ -5,6 +5,9 @@
 
 arp_spoof = nil
 
+-- bug: false will limit http file_data
+file_id.enable_signature = true
+
 ftp_server.check_encrypted = true
 
 detection =