This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit 3c820df
committed
fix(security): escape single quotes in GraphStorytellerExporter (CWE-79)
The esc() method was missing single-quote escaping, allowing potential
XSS via crafted node IDs containing single quotes in attribute contexts.
Added ' escaping to match the complete HTML escaping used by
InteractiveHtmlExporter.escHtml() and ExportUtils.escapeXml().1 parent a02953f commit 3c820df
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
0 commit comments