We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef65474 commit 6da9730Copy full SHA for 6da9730
trainingportal/static/codeBlocks/neutralizeOutput.html
@@ -1,6 +1,4 @@
1
<p>This software defense prevents the many flavours of <strong>Cross-Site Scripting</strong></p>
2
-<p>First if you want to get an idea of the challenges associated with fixing XSS, watch the following public video:
3
-<a target="_blank" rel="noopener noreferrer" href="https://youtu.be/FGr6gGqM4f0">How Fixing Cross-Site Scripting is Like Playing Whack-A-Mole</a> </p>
4
5
<p>There are several proven ways to ensure the user input doesn't "pop". </p>
6
<h5>Output Encoding</h5>
@@ -69,4 +67,4 @@ <h5>Mitigations</h5>
69
67
</li>
70
68
</ul>
71
</p>
72
-<br>
+<br>
0 commit comments