fix: [security] XSS in event-graph relationship tooltip

composer_fix
Sami Mokaddem 2023-03-10 11:11:13 +01:00
parent 30255b8d68
commit 78f423451a
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ class EventGraph {
from: rel.from,
to: rel.to,
label: rel.type,
title: rel.comment,
title: escapeHtml(rel.comment),
color: {
opacity: 1.0,
}