Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    security: Remove potential XSS vulnerability · 9916214f
    Jared Hancock authored
    The ThreadEntryWidget has a potential cross site scripting (XSS)
    vulnerability if data was posted directly to the page hosting the widget
    
    Vulnerable URLs:
    view.php, open.php, scp/open.php, scp/tickets.php
    
    The content received in the HTTP POST is now correctly escaped when it is
    echoed back to the user agent.
    9916214f