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

issue#121: remove eval func #10

Merged
merged 1 commit into from
Jul 11, 2023
Merged

issue#121: remove eval func #10

merged 1 commit into from
Jul 11, 2023

Conversation

saicheck2233
Copy link
Owner

Link: Issue#121

Description: The script uses the command eval. The usage of the eval command collides with Content-Security-Policies. Those usually deny this command and will block of the data insertation. Allowing this command will allow it everywhere and contradicts the purpose of CSP.
Furthermore, eval poses a security risk where malicious code could be injected and executed. So removing eval and replace with another workaround is needed.

Note: No picture to screenshot as it only happens in the backend.

@saicheck2233 saicheck2233 merged commit 3c5560e into master Jul 11, 2023
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