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

Export ACLs results in incomplete CSV-file if description contains hash-character #10220

Open
cs-hv opened this issue Jan 20, 2025 · 1 comment

Comments

@cs-hv
Copy link

cs-hv commented Jan 20, 2025

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

  1. Add description to a network ACL Rule containing a '#'-character
  2. Use function "Export ACLs" to obtain CSV-file
  3. Store the file in an arbitrary download folder
  4. 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.

Copy link

boring-cyborg bot commented Jan 20, 2025

Thanks for opening your first issue here! Be sure to follow the issue template!

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

1 participant