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

eval : security issue #63

Closed
tsf007 opened this issue Sep 18, 2021 · 1 comment
Closed

eval : security issue #63

tsf007 opened this issue Sep 18, 2021 · 1 comment
Assignees
Labels
build warning Build warning

Comments

@tsf007
Copy link
Contributor

tsf007 commented Sep 18, 2021

When publishing the extension on Mozilla, an automated check informed it could be refused because of following issue:

The Function constructor is eval.

Warning: Evaluation of strings as code can lead to security vulnerabilities and performance issues, even in the most innocuous of circumstances. Please avoid using eval and the Function constructor when at all possible.'
popup/index.js line 2 column 2766896

@Progitiel Progitiel added the build warning Build warning label Sep 19, 2021
@Progitiel
Copy link
Member

@Progitiel Progitiel self-assigned this Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build warning Build warning
Projects
None yet
Development

No branches or pull requests

2 participants