Remove JSF XSS Example

Per previous commit, no need for a top-level JSF example
This commit is contained in:
Chris Smowton
2021-09-14 11:32:22 +01:00
parent cca9ad06b4
commit cb8096f636

View File

@@ -23,15 +23,6 @@ leaving the website vulnerable to cross-site scripting.</p>
<sample src="XSS.java" />
</example>
<example>
<p>The following example shows the page parameter being written directly to a custom JSF renderer
of UI components, which leaves the website vulnerable to cross-site scripting.</p>
<sample src="JsfXSS.java" />
</example>
<references>