Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to manifest v3 #1396

Merged
merged 46 commits into from
Aug 27, 2023
Merged

Migrate to manifest v3 #1396

merged 46 commits into from
Aug 27, 2023

Conversation

marcelklehr
Copy link
Member

No description provided.

src/lib/browser/BrowserController.js Fixed Show fixed Hide fixed
src/lib/native/NativeController.js Fixed Show fixed Hide fixed
async _receiveEvent(data, sendResponse) {
const {type, params} = data
console.log('Message received', data)
const result = await this[type](...params)

Check failure

Code scanning / CodeQL

Unvalidated dynamic method call High

Invocation of method with
user-controlled
name may dispatch to unexpected target and cause an exception.
@marcelklehr marcelklehr force-pushed the enh/manifest-v3 branch 2 times, most recently from e6f20d8 to a385a22 Compare August 2, 2023 13:07
@marcelklehr marcelklehr merged commit d52b604 into develop Aug 27, 2023
43 of 45 checks passed
@marcelklehr marcelklehr deleted the enh/manifest-v3 branch August 27, 2023 09:17
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant