Yelp / osxcollector_output_filters

Filters that process and transform the output of osxcollector
https://github.com/Yelp/osxcollector
Other
78 stars 11 forks source link

Swap no_virustotal and no_opendns flags in one of the checks in the Analyze Filter #18

Closed jjsendor closed 8 years ago

jjsendor commented 8 years ago

I have discovered that in one of the checks for no_virustotal and no_opendns flags in the Analyze Filter they are used for the wrong if statements: no_virustotal flag is used in the if condition where no_opendns flag should be and vice versa.