Releases: node-saml/xml-crypto
Releases · node-saml/xml-crypto
v3.0.1
What's Changed
- Bump minimist and tap by @dependabot in #264
- Bump yargs-parser and tap by @dependabot in #257
- Bump ajv and har-validator by @dependabot in #266
- Bump @xmldom/xmldom to 0.8.5
Full Changelog: v3.0.0...v3.0.1
v3.0.0
v2.1.4
v2.1.3
v1.5.6
v1.5.4
v2.1.2
v2.1.1
v2.1.0
v2.0.0
Disable HMAC by default
Due to the potential of a key confusion vulnerability in support of HMAC-SHA1,
the HMAC-SHA1 "signing" algorithm has been disabled by default.
Previously, in certain situations it was possible to bypass signing checks
by maliciously changing the algorithm to HMAC-SHA1 and using the
public key as the HMAC secret.
If you need to validate an HMAC signature, you now must first call
SignedXml.enableHMAC().
All users are encouraged to upgrade.