Cingulara / openrmf-docs

Documentation on the OpenRMF application, including scripts to run the whole stack as well as just infrastructure with documentation on using the tool.
https://www.openrmf.io/
GNU General Public License v3.0
124 stars 26 forks source link

[BUG] Special characters in the checklist editing textboxes show the escaped characters not the typed text #315

Closed DaleBinghamSoteriaSoft closed 10 months ago

DaleBinghamSoteriaSoft commented 11 months ago

Describe the bug Special characters typed into larger text fields on the checklist are escaped to save but never undone for proper display again.

To Reproduce Steps to reproduce the behavior:

  1. When editing Checklists and providing "Finding Details", when content is saved it appears to go through HTML escaping (a greater than sign converts to > for example).
  2. If you move off the vulnerability and come back, it does not unescape the values,
  3. now I have -> in my writeup when I really wanted "->".

Expected behavior The typed text appears as it should in the textboxes and in the HTML pages.

Screenshots image