Custom fields description allows arbitrary HTML tags #7612
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.0.8
Python version
3.8
Steps to Reproduce
A<h1>B</h1>C
Expected Behavior
Since custom field creation is moved from admin page and could be available to normal users, I expect it to be sanitized from pure HTML.
(If some customization is needed this could be replaced with Markdown)
Observed Behavior
HTML tags gets evaluated.
The text was updated successfully, but these errors were encountered: