The values for link and applyLink are not filtered correctly similiar to https://github.com/cross-solution/YAWIK/issues/514
I think there should only be URLs possible like https://www.example.com/offer and not something like javascript:alert('xss'); so the fix provided in the issue above would not solve this
The values for link and applyLink are not filtered correctly similiar to https://github.com/cross-solution/YAWIK/issues/514 I think there should only be URLs possible like
https://www.example.com/offer
and not something likejavascript:alert('xss');
so the fix provided in the issue above would not solve this