Skip to content

Conversation

anthnyajp
Copy link

Resolved Chrome extension errors

Copy link
Author

@anthnyajp anthnyajp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved Chrome extension errors. The extension no longer shows errors in the Chrome Extension page. Some errors were false positives resolved by using try/catch, others needed coding fixes. Vulnerabilities are still displayed in extension and dev tools console.

@eoftedal
Copy link
Contributor

eoftedal commented Sep 18, 2025

Sorry, but this fix is not correct. The scripts themselves can be fetched and analyzed without the sandbox. The whole point of the sandbox is to 1) load the script in a page 2) invoke the repo funcs to see if the page responds with anything.

With your fix the repofuncs are no longer used, which essentially lowers the detection rate.

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