-
Notifications
You must be signed in to change notification settings - Fork 100
Security : vulnerability on jquery #45
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
Comments
@jamesls - I know this package isn't actively maintained, but any update on this? I'd be happy to make the change myself if you could grant contributor access. |
jQuery isn't used. No action is needed here. |
@darrenmothersele There's an |
This is still an issue. It doesn't get flagged in NPM - but it gets flagged in security scans. And this library is a dependency of the AWS-SDK - so it's challenging to work around. Does this index.html even need to be in the npm package? It's not part of source. |
#62 has been merged and a 0.16.0 release has been published with this fix. |
Could we please update this? bower.json -->jmespath.js to 0.16.0 It may resolve the jmespath#45 issue
Version of jquery bellow 3.0.0 are vulnerables to XSS injection.
The index.html does require a lower version of jquery making the module vulnerable.
ID : CVE-2015-9251
CVSS Score : 6.1
Description : jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.
Origin : jmespath dependency
The text was updated successfully, but these errors were encountered: