Skip to content

Conversation

lmuntaner
Copy link
Collaborator

@lmuntaner lmuntaner commented Apr 23, 2024


🟡 Some screens were changed


// Wait for II to say it's ready
const evnt = await new Promise<MessageEvent>((resolve) => {
const readyHandler = (e: MessageEvent) => {

Check warning

Code scanning / CodeQL

Missing origin verification in `postMessage` handler

Postmessage handler has no origin check.

// Wait for the II response and update the local state
const response = await new Promise<MessageEvent>((resolve) => {
const responseHandler = (e: MessageEvent) => {

Check warning

Code scanning / CodeQL

Missing origin verification in `postMessage` handler

Postmessage handler has no origin check.
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