Skip to content

Commit 7b1f232

Browse files
committed
Release 3.2.3
1 parent 28c8c4c commit 7b1f232

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# Changelog
22

3-
## 3.x (2022-10-12)
3+
## 3.x (2022-10-13)
44

5-
_No changelog for this release._
5+
#### 📚 Documentation:
6+
7+
- Update changelog and related tools [#791](https://github.com/node-saml/passport-saml/pull/791)
68

79
---
810

911
## v3.2.2 (2022-10-11)
1012

1113
#### 🐛 Bug Fixes:
1214

13-
- [**security**] Fix CVE-2022-39299 [GHSA-m974-647v-whv7](https://github.com/node-saml/passport-saml/security/advisories/GHSA-m974-647v-whv7)
15+
- [**security**] Fix CVE-2022-39299 [GHSA-m974-647v-whv7](https://github.com/node-saml/passport-saml/security/advisories/GHSA-m974-647v-whv7)
1416

1517
---
1618

@@ -90,10 +92,10 @@ _No changelog for this release._
9092

9193
#### 🔗 Dependencies:
9294

95+
- Update all packages to latest semver-minor [#588](https://github.com/node-saml/passport-saml/pull/588)
9396
- bump xmldom to 0.5.x since all lower versions have security issue [#551](https://github.com/node-saml/passport-saml/pull/551)
9497
- Update xml-encryption to v1.2.3 [#560](https://github.com/node-saml/passport-saml/pull/560)
9598
- Update xml-encryption to v1.2.3 [#567](https://github.com/node-saml/passport-saml/pull/567)
96-
- Update all packages to latest semver-minor [#588](https://github.com/node-saml/passport-saml/pull/588)
9799
- Revert "Update xml-encryption to v1.2.3" [#564](https://github.com/node-saml/passport-saml/pull/564)
98100

99101
#### 🐛 Bug Fixes:
@@ -360,6 +362,7 @@ _No changelog for this release._
360362

361363
#### 🙈 Other:
362364

365+
- Set explicitChar: true to make XML parsing consistent. Fixes issue #283 and #187 [#361](https://github.com/node-saml/passport-saml/pull/361)
363366
- update xml crypto to 1.1.4 [#352](https://github.com/node-saml/passport-saml/pull/352)
364367
- Upgrade xml-crypto to 1.1.2 [#344](https://github.com/node-saml/passport-saml/pull/344)
365368
- Add SamlResponseXML method to profile object [#330](https://github.com/node-saml/passport-saml/pull/330)
@@ -370,7 +373,6 @@ _No changelog for this release._
370373
- Support InResponseTo validations in MultiSaml [#350](https://github.com/node-saml/passport-saml/pull/350)
371374
- Fix broken tests [#367](https://github.com/node-saml/passport-saml/pull/367)
372375
- Update README.md [#363](https://github.com/node-saml/passport-saml/pull/363)
373-
- Set explicitChar: true to make XML parsing consistent. Fixes issue #283 and #187 [#361](https://github.com/node-saml/passport-saml/pull/361)
374376
- InResponseTo support for logout [#356](https://github.com/node-saml/passport-saml/pull/356)
375377
- Create a way to get provider metadata when using the MultiSamlStrategy [#323](https://github.com/node-saml/passport-saml/pull/323)
376378

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "passport-saml",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "SAML 2.0 authentication strategy for Passport",
55
"keywords": [
66
"saml",

0 commit comments

Comments
 (0)