我的安全性不是很好......所以只是想知道如果我使用的是灯箱 2.6.1 并且我有
编辑:示例显示静态,但实际上这个 google.com 链接来自一个 mySQL 数据库,我已经填充了与图像一起使用的链接(即,当用户上传他们的图像时,他们在图像链接源中键入)所以谷歌。 com 被替换为那个。
<a href="uploads/image.jpg" data-lightbox="example-set" title="<a target='_self' href='http://www.google.com'>Google</a>">
<img src="uploads/image.jpg" alt="" />
</a>
是否可以执行 XSS 或任何形式的危险 javascript?我问是因为我对这部分犹豫不决。
title="<a target='_self' href='http://www.google.com'>Google</a>"