-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
Support using <> lessthan/greater than characters in device description #5558
Comments
Yea, we currently don't support this due to all the potential XSS and injection possibilities. So, I'm going to mark "will not fix" for now. Sorry about that. It might always change, but not before the 1.3 release. |
Feel free to continue to comment. |
Fair enough, can we move this to feature suggestion/enhancement instead of a bug? |
Yea, I think so. |
Personally, I think we should just not support this. Primarily because it imitates HTML tags. |
There is a way to achieve that by performing a re-write of the |
Describe the bug
using Cacti 1.3
If using <> in a device description, the characters display as escape characters in dropdown menus
To Reproduce
Steps to reproduce the behavior:
edit a device description
include a less than or greater than symbol "< or >, <>"
go to "Management/Graphs"
display dropdown menu, if the device is "selected" it displays correctly, other devices show the escape characters for lt/gt
Expected behavior
Display lt/gt symbols in the device names while unselected in a dropdown menu.
Screenshots
The text was updated successfully, but these errors were encountered: