ossec / ossec-hids

OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response.
http://www.ossec.net
Other
4.49k stars 1.04k forks source link

2.9.0beta06 #837

Closed ddpbsd closed 6 years ago

ddpbsd commented 8 years ago

This is kind of a catch-all for issues related to 2.9.0beta06. I would love to see some test results. If there are outstanding issues or pull requests that should be merged in before release, mention them here. For instance, I think PR #809 is important, and should be merged or further analyzed for a better solution.

New issues should be opened for anything that isn't already covered there (and then mentioned here).

So please post. Hopefully we'll be readying a release real soon.

ddpbsd commented 8 years ago

Here are source tarballs for beta6: https://github.com/ossec/ossec-hids/releases/tag/v2.9.0beta06

calve commented 8 years ago

I think there is a typo in https://github.com/ossec/ossec-hids/releases/tag/v2.9.0beta05

Add support for the “nodiff” option when using report_changes, sensitive files tagged with in ossec.conf will have their contents included in an alert.

should be

Add support for the “nodiff” option when using report_changes, sensitive files tagged with in ossec.conf will NOT have their contents included in an alert.

ddpbsd commented 8 years ago

@calve Thanks for the heads up!

atomicturtle commented 8 years ago

@Calve Updated, thanks for catching that!