XSS Quiz: Fix 404

The original URL was malformed because it contained a closing ) which did not end up in the link. However the corrected link performs a redirect to the link provided in this patch.
This commit is contained in:
Elie De Brauwer 2020-05-24 14:13:13 +02:00 committed by Nanne Baars
parent ae156a4a0f
commit 5311db8564

View File

@ -1 +1 @@
Now it is time for a quiz! It is recommended to check the OWASP Cross-Site Scripting explanations https://www.owasp.org/index.php/Cross-site_Scripting_(XSS) . Answer all questions correctly to complete the assignment.
Now it is time for a quiz! It is recommended to check the OWASP Cross-Site Scripting explanations https://owasp.org/www-community/attacks/xss/. Answer all questions correctly to complete the assignment.