Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions trainingportal/static/codeBlocks/neutralizeOutput.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<p>This software defense prevents the many flavours of <strong>Cross-Site Scripting</strong></p>
<p>First if you want to get an idea of the challenges associated with fixing XSS, watch the following public video:
<a target="_blank" rel="noopener noreferrer" href="https://youtu.be/FGr6gGqM4f0">How Fixing Cross-Site Scripting is Like Playing Whack-A-Mole</a> </p>

<p>There are several proven ways to ensure the user input doesn't "pop". </p>
<h5>Output Encoding</h5>
Expand Down Expand Up @@ -69,4 +67,4 @@ <h5>Mitigations</h5>
</li>
</ul>
</p>
<br>
<br>
Loading