-
Notifications
You must be signed in to change notification settings - Fork 165
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
Snyk vulnerability from xmldom #246
Comments
This cannot be fixed by simply upgrading the dependency to 0.5.0. Snyk has also identified issues in xmldom 0.6.0 The maintainer of xmldom is no longer able to publish to npm as xmldom but @xmldom/xmldom The latest version of @xmldom/xmldom has no reported vulnerabilities but it is not possible to manually install this dependency prior to installing saml2-js. The dependency should be changed to @xmldom/xmldom for which the current version is 0.8.0. There is already a pull request for this which needs to be released |
Addressed in #261. |
xmldom XML External Entity (XXE) Injection
Introduced through: [email protected]
Fixed in: [email protected]
Introduced through: [email protected] › [email protected]
Overview
xmldom is an A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.
Affected versions of this package are vulnerable to XML External Entity (XXE) Injection. Does not correctly preserve system identifiers, FPIs or namespaces when repeatedly parsing and serializing maliciously crafted documents.
The text was updated successfully, but these errors were encountered: