Linkify not sanitizing output HTML #10089
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.3.1-dev
Python version
3.8
Steps to Reproduce
<script>alert(1)</script>
(example)Code where linkify is used
Expected Behavior
Linkify sanitizing the HTML output
Observed Behavior
Linkify not sanitizing the HTML output, allowing users to inject HTML/JS code into the website.
The text was updated successfully, but these errors were encountered: