private property MetatagCoreXSSTest::$xssString in Metatag 7
String that causes an alert when metatags aren't filtered for xss.
Type: string
File
- tests/
MetatagCoreXSSTest.test, line 25 - Tests Metatag module to ensure there are no XSS scripting vulnerabilities.
Class
- MetatagCoreXSSTest
- Tests Metatag module to ensure there are no XSS scripting vulnerabilities.
Code
private $xssString = '"><script>alert("xss");</script>Mango.<meta "';