-
Notifications
You must be signed in to change notification settings - Fork 666
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
XSS (High Level Vulnerability Security Warning) #350
Comments
I've updated jQuery to 3.3.1 |
@gitbrent Thank you for the upgrade Sir. The error hasn't disappeared yet even though the fix has been successfully applied. I've tried installing using npm install, and it installed the old version of PptxGenJSso I used
and it gave me the correct version with the following error
I'm not very proficient in NPM, so I can't say for sure, but it seems like the current error is a reference to a place in memory and perhaps if the latest version of PptxGenJS on node can be updated, |
I believe this is coming from It's a dependency i'd like to not have, so i'll see if i can segment the few places i use the jQuery DOM and pull in jQuery from NPM instead to avoid issues like this. |
Branch created for work on removal of |
Current Report:
|
Remove jquery-node dependency (Issue #350)
New Report:
The 11 vulnerabilities above are all from a DevDependency (gulp), so there are zero core library vulnerabilities at this time. XSS vulnerability is now gone:
|
Remove jquery-node dependency (Issue gitbrent#350)
Hi everyone.
Facing an XSS security vuln issue here when installing the library using :
node: 8.11.2
npm: 6.1.0
Jquery: 3.2.1
Steps Taken:
1- Ran npm audit fix, but no it didn't work .
2- Checked my version of Jquery (since according to the info, this problem was patched in >=3.0.0),
but I'm at jquery@^3.2.1 so I was wondering if I should post the issue here or at the jquery repo.
I'm new to posting issues regarding errors (used to posting ones about features), so please let me know if I'm missing any information you need.
Edit:
Jquery version being used in /libs/jquery.min.js is 2.1.4 so that might be the issue.
The text was updated successfully, but these errors were encountered: