auth0 / node-xml-encryption

W3C XML Encryption implementation for node.js (http://www.w3.org/TR/xmlenc-core/)
MIT License
37 stars 57 forks source link

Update xmldom to 0.7.0 #88

Closed forty closed 3 years ago

forty commented 3 years ago

The package is now scoped under @xmldom. See https://github.com/xmldom/xmldom/pull/278 This fixes security vulnerability CVE-2021-32796

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

Fixes CVE-2021-32796

References

https://nvd.nist.gov/vuln/detail/CVE-2021-32796 https://snyk.io/vuln/SNYK-JS-XMLDOM-1534562 https://github.com/xmldom/xmldom/pull/278

Testing

Tests pass

Checklist

christian-hawk commented 3 years ago

Any of the admins will review this PR?

qubyte commented 3 years ago

Can this be released please? 🙏

esarafianou commented 3 years ago

@qubyte It's already in npm: https://www.npmjs.com/package/xml-encryption but I'll release it now on GH too.

qubyte commented 3 years ago

Oh! My apologies. I was after the npm package as you say. I checked if it was there this morning (UK time) but didn't recheck before I commented (just the releases). Thank you!