OSV 1.4.0 · unreviewed · 修改于 2026-08-27 23:31
发布时间
2026-08-27 23:31
GitHub 审查时间
—
NVD 发布时间
2026-08-27 21:18
源文件
advisories/unreviewed/2026/08/GHSA-pw4w-qcm7-cgq8/GHSA-pw4w-qcm7-cgq8.json
Affected versions of Flowintel render calendar event titles using innerHTML. Because those titles are derived from case titles, a user able to create or modify a case title could store HTML or script-capable content that is later interpreted by the browser when another user views the calendar.
The fix changes:
titleEl.innerHTML = arg.event.title
to:
titleEl.textContent = arg.event.title || ''
and similarly stops using innerHTML for the static download icon.
Version impacted =>3.3.0
该公告没有提供结构化的受影响软件包信息。