We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
worker-yaml.js contains unused and unsafe constructJavascriptFunction function.
worker-yaml.js
constructJavascriptFunction
Such unsafe and unused function is not part of the built code.
Code analyzing tools detect this as potential problem, as it is not CSP compliant.
Look at your latest build:
https://github.com/ajaxorg/ace-builds/blob/9ce7fb79ceb84db4e1421a2e972c5f84d0f95d95/src/worker-yaml.js#L4543
No response
1.36.5
The text was updated successfully, but these errors were encountered:
@nightwing can you confirm if the fix for this issue is merged with PR #5735
Sorry, something went wrong.
No branches or pull requests
Describe the bug
worker-yaml.js
contains unused and unsafeconstructJavascriptFunction
function.Expected Behavior
Such unsafe and unused function is not part of the built code.
Current Behavior
Code analyzing tools detect this as potential problem, as it is not CSP compliant.
Reproduction Steps
Look at your latest build:
https://github.com/ajaxorg/ace-builds/blob/9ce7fb79ceb84db4e1421a2e972c5f84d0f95d95/src/worker-yaml.js#L4543
Possible Solution
No response
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
1.36.5
The text was updated successfully, but these errors were encountered: