jrossi / issue-migration-test

GNU General Public License v2.0
1 stars 0 forks source link

Support Backslashes in Windows Syscheck Definitions #18

Open jrossi opened 10 years ago

jrossi commented 10 years ago

Currently, the proper format to monitor a Windows directory is:

'C:\program files/foo/bar'

This combination or forward and back slashes is confusing to users, as forward slashes are not standard convention in Windows.

This should be changed to:

'C:\program files\foo\bar'

However, due to legacy issues, we'll need to support both and do some internal swapping within OSSEC where appropriate (alerts, syscheck db, etc).

Note: This issue has been automatically migrated from Bitbucket Created by mstarks01 on 2012-09-03 14:14:47+00:00