Quantalytics / pulledpork

Automatically exported from code.google.com/p/pulledpork
GNU General Public License v2.0
0 stars 0 forks source link

Enhancement request - Ability for PP to copy the rules files and rule doc files to www directory #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
BASE provides links for [rule] and [local] that allow you to view the rule 
definition itself and the signature documentation (12634.txt for instance).  
I'd like to see an option in PP to have it copy those files to a directory 
(specified in the conf file) after unpacking the rules tarball.

Original issue reported on code.google.com by shawn.je...@gmail.com on 21 Oct 2010 at 5:36

GoogleCodeExporter commented 9 years ago
Setting type to Enhancement

This is a fairly easy addition... I'll look at adding it right now, of course I 
need moar testers to test ;-)

Original comment by Cummin...@gmail.com on 21 Oct 2010 at 5:46

GoogleCodeExporter commented 9 years ago
Ok, running a quick test now and it's working well.. note though that this will 
DRAMATICALLY increase the PP runtime, as the code only extracts what it needs 
to by default.. so adding all of those files.. well, you get it.

Original comment by Cummin...@gmail.com on 21 Oct 2010 at 6:08

GoogleCodeExporter commented 9 years ago
Done and tested, again beware of runtime due to the extraction of over 16K 
files!

Original comment by Cummin...@gmail.com on 21 Oct 2010 at 6:25