Skip to content

Conversation

@gormurad
Copy link

No description provided.

if (!elementName || !customElements.get(elementName)) return
widgetBody.innerHTML = ''
const chartElement = document.createElement(elementName)

Check failure

Code scanning / CodeQL

DOM text reinterpreted as HTML High

DOM text
is reinterpreted as HTML without escaping meta-characters.
if (!elementName || !customElements.get(elementName)) return
widgetBody.innerHTML = ''
const element = document.createElement(elementName)

Check failure

Code scanning / CodeQL

DOM text reinterpreted as HTML High

DOM text
is reinterpreted as HTML without escaping meta-characters.
if (!elementName || !customElements.get(elementName)) return
widgetBody.innerHTML = ''
const chartElement = document.createElement(elementName)

Check failure

Code scanning / CodeQL

DOM text reinterpreted as HTML High

DOM text
is reinterpreted as HTML without escaping meta-characters.
@NavidMitchell NavidMitchell merged commit dd492f3 into Kinotic-Foundation:develop Nov 10, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants