Skip to content
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

HTML Report data is not HTML encoded #54

Open
insideou7 opened this issue Apr 7, 2020 · 0 comments
Open

HTML Report data is not HTML encoded #54

insideou7 opened this issue Apr 7, 2020 · 0 comments

Comments

@insideou7
Copy link
Contributor

XSS Vulnerability evidence is ironically injected into the HTML report. See example excerpt below:

        <tr>
            <td width="20%">
                <p class="lead font-italic" style="font-size: 1.1em;">&nbsp;&nbsp;&nbsp;&nbsp;Evidence</p>
            </td>
            <td width="80%">
                <p class="lead"></blockquote><script>alert(1);</script><blockquote></p>
            </td>
        </tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant