Skip to content

Commit ef8ba25

Browse files
committed
Release 6.1.2
1 parent cac1c8d commit ef8ba25

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

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

3-
## 6.1.1 (2025-04-21)
3+
## 6.1.2 (2025-04-24)
4+
5+
### 🐛 Bug Fixes
6+
7+
- [**bug**] [**security**] Remove all reference XML data if any are corrupted [#502](https://github.com/node-saml/xml-crypto/pull/502)
8+
9+
---
10+
11+
## v6.1.1 (2025-04-21)
412

513
### 🚀 Minor Changes
614

@@ -10,9 +18,9 @@
1018

1119
## v6.1.0 (2025-04-09)
1220

13-
### 🙈 Other
21+
### 🚀 Minor Changes
1422

15-
- [**closed**] Introduce new .getSignedReferences() function of signature to help prevent signature wrapping attacks [#489](https://github.com/node-saml/xml-crypto/pull/489)
23+
- [**enhancement**] Introduce new .getSignedReferences() function of signature to help prevent signature wrapping attacks [#489](https://github.com/node-saml/xml-crypto/pull/489)
1624

1725
---
1826

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.1.1",
3+
"version": "6.1.2",
44
"private": false,
55
"description": "Xml digital signature and encryption library for Node.js",
66
"keywords": [

0 commit comments

Comments
 (0)