Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ossec-hids/etc/ossec-agent.conf contains double hyphen in comment #1582

Closed
mwmahlberg opened this issue Nov 24, 2018 · 1 comment
Closed

Comments

@mwmahlberg
Copy link

This is illegal as per https://www.w3.org/TR/REC-xml/#sec-comments

[...]the string " -- " (double-hyphen) must not occur within comments.

The occurrence of a double hyphen may prevent proper processing of the file by various XML libraries, not the least of them Python's lxml module, which is used by Ansible.

@ddpbsd
Copy link
Member

ddpbsd commented Nov 24, 2018

PR merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants