v1.2.0
版本发布时间: 2021-11-25 01:43:41
mikitex70/redmine_drawio最新发布版本:v1.4.8(2023-10-23 00:28:02)
Diagrams in SVG format can introduce XSS security issues, as they can have Javascript inside.
In this version a plugin setting has been added to allow to choose how svg images are displayed:
- if svg is disabled, they are rendered as a base64 svg (hyperlinks not working)
- if svg is enabled, they are rendered as inline svg, but they are vulnerable to XSS issues (mitigated, but not eliminated)
See the README.md
for more details.
Many thanks to @maudov for pointing me to this important issue.