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

shins dependency is including vulnerable jquery version 3.2.1 #527

Open
el-timm opened this issue Sep 9, 2022 · 0 comments
Open

shins dependency is including vulnerable jquery version 3.2.1 #527

el-timm opened this issue Sep 9, 2022 · 0 comments

Comments

@el-timm
Copy link

el-timm commented Sep 9, 2022

Describe the bug
widdershins is dependent on shins, and as part of the shins source, they are embedding jquery 3.2.1.

Unfortunetly, jquery 3.2.1 has a known XSS vulnerability, and our Vulnerability scans fail because of this inclusion with the message The identified library jquery, version 3.2.1 is vulnerable.

To Reproduce
Steps to reproduce the behavior:

  1. View the generated widdershins HTML source. you will see the inline javascript
he.fn=he.prototype={jquery:"3.2.1",constructor:he,length:0,toArray:function(){return ie.call(this)}

Expected behavior
Using widdershins should pass vulnerability scans.

Side note: the shins github repo has been archived - it might be worth looking to see if that package is no longer maintained.

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

No branches or pull requests

1 participant