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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃悶] SAST scanner triggers CWE-95 vuln finding in partytown-ww-atomics.js #536

Open
bretlowery opened this issue Jan 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bretlowery
Copy link

bretlowery commented Jan 19, 2024

Describe the bug

Some of our teams are using Partytown, and they are getting CWE-95 vulns triggered from SAST/DAST scans with a "Very High" severity rating on this call:

new Function(scriptContent).call(env.$window$);

in partytown-ww-atomics.js

I am unable to provide further details such as the vendor names of the security tools we use, but multiple scanners over several vendors are reporting this.

Reproduction

n/a

Steps to reproduce

Would require a SAST scan of code using the .js

Browser Info

n/a

Additional Information

CWE-95

@bretlowery bretlowery added the bug Something isn't working label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant