Closed cbleek closed 4 years ago
Demo Database contains:
"atsMode" : { "mode" : "uri", "uri" : "javascript:alert('xss');\"><script>alert('xss');</script><iframe src=\"https://www.yawik.org\"><rel=\"", "email" : "test@example.com", "oneClickApply" : false, "oneClickApplyProfiles" : { } },
URI Mode contains the InputFilter StripTags. It seems, the filter does not work.
https://github.com/cross-solution/YAWIK/blob/master/module/Jobs/src/Form/InputFilter/AtsMode.php#L68
BTW: MODE_EMAIL should use an InputFilter, too.
@cbleek This looks like the test data from https://github.com/cross-solution/YAWIK/issues/514
this was fixed
Demo Database contains:
URI Mode contains the InputFilter StripTags. It seems, the filter does not work.
https://github.com/cross-solution/YAWIK/blob/master/module/Jobs/src/Form/InputFilter/AtsMode.php#L68
BTW: MODE_EMAIL should use an InputFilter, too.