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

Perform security review for all browser extension code #13

Open
Melvillian opened this issue Nov 13, 2024 · 0 comments
Open

Perform security review for all browser extension code #13

Melvillian opened this issue Nov 13, 2024 · 0 comments

Comments

@Melvillian
Copy link
Collaborator

For the MVP we are moving fast and ignoring most security concerns while we just get something working. We're following the maxim of

  1. Make it work
  2. Make it right
  3. Make it fast

So once (1) is done we need to go back and do (2), part of which involves hardening the extension.

We don't know everything we need to check, so a non-exhaustive list of things to review are:

  1. XSS attacks
  2. CSP
  3. file access specified in manifest.json
  4. limiting the extension's permissions to the minimal needed to find headlines and rewrite the headline
  5. Anything else off of the OWASP list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant