problem
ACL list rules can be exported to a CSV-file. This file will be truncated however if the description contains the hash-character '#'. The hash-character and any following characters/lines will be truncated.
The steps to reproduce the bug
- Add description to a network ACL Rule containing a '#'-character
- Use function "Export ACLs" to obtain CSV-file
- Store the file in an arbitrary download folder
- Open the file in a text editor
What to do about it?
Fix required, the '#'-character must not be treated as delimiter/start of comment/whatever when contained in description.