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

Security vulnerabilities in /tests/unit/assets/jquery.min.js #1268

Open
Flujible opened this issue Jan 5, 2021 · 3 comments · May be fixed by #1275
Open

Security vulnerabilities in /tests/unit/assets/jquery.min.js #1268

Flujible opened this issue Jan 5, 2021 · 3 comments · May be fixed by #1275

Comments

@Flujible
Copy link

Flujible commented Jan 5, 2021

There are 4 known security vulnerabilities with the version of jquery that is being included in the tests folder

https://nvd.nist.gov/vuln/detail/CVE-2020-11023
https://nvd.nist.gov/vuln/detail/CVE-2020-11022
https://nvd.nist.gov/vuln/detail/CVE-2019-11358
https://nvd.nist.gov/vuln/detail/CVE-2015-9251

These are all distinct, medium level vulnerabilities. Can the dependency either be removed or updated to a more secure version?

@mayur-pawar
Copy link

I also encounter the same 4 security vulnerabilities. What should I Do?

wenz added a commit to wenz/hammer.js that referenced this issue Mar 23, 2021
Require the minimum jQuery version without any known security vulnerabilities, which is 3.5.1 at this time (3.5.0 contains a regression).

Fixes hammerjs#1268
@wenz wenz linked a pull request Mar 23, 2021 that will close this issue
@wenz
Copy link

wenz commented Mar 23, 2021

I've created a pull request, hope this helps!

@Flujible
Copy link
Author

Thank you!

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 a pull request may close this issue.

3 participants