Skip to content

Commit 0a94b95

Browse files
committed
Release 6.1.0
1 parent badaf20 commit 0a94b95

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## 6.0.1 (2025-03-14)
3+
## 6.1.0 (2025-04-09)
4+
5+
### 🙈 Other
6+
7+
- [**closed**] Introduce new .getSignedReferences() function of signature to help prevent signature wrapping attacks [#489](https://github.com/node-saml/xml-crypto/pull/489)
8+
9+
---
10+
11+
## v6.0.1 (2025-03-14)
412

513
- Address CVEs: CVE-2025-29774 and CVE-2025-29775
614

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml-crypto",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"private": false,
55
"description": "Xml digital signature and encryption library for Node.js",
66
"keywords": [

0 commit comments

Comments
 (0)