1
1
# Changelog
2
2
3
- ## 3.x (2022-10-12 )
3
+ ## 3.x (2022-10-13 )
4
4
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 )
6
8
7
9
---
8
10
9
11
## v3.2.2 (2022-10-11)
10
12
11
13
#### 🐛 Bug Fixes:
12
14
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 )
14
16
15
17
---
16
18
@@ -90,10 +92,10 @@ _No changelog for this release._
90
92
91
93
#### 🔗 Dependencies:
92
94
95
+ - Update all packages to latest semver-minor [ #588 ] ( https://github.com/node-saml/passport-saml/pull/588 )
93
96
- bump xmldom to 0.5.x since all lower versions have security issue [ #551 ] ( https://github.com/node-saml/passport-saml/pull/551 )
94
97
- Update xml-encryption to v1.2.3 [ #560 ] ( https://github.com/node-saml/passport-saml/pull/560 )
95
98
- 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 )
97
99
- Revert "Update xml-encryption to v1.2.3" [ #564 ] ( https://github.com/node-saml/passport-saml/pull/564 )
98
100
99
101
#### 🐛 Bug Fixes:
@@ -360,6 +362,7 @@ _No changelog for this release._
360
362
361
363
#### 🙈 Other:
362
364
365
+ - Set explicitChar: true to make XML parsing consistent. Fixes issue #283 and #187 [ #361 ] ( https://github.com/node-saml/passport-saml/pull/361 )
363
366
- update xml crypto to 1.1.4 [ #352 ] ( https://github.com/node-saml/passport-saml/pull/352 )
364
367
- Upgrade xml-crypto to 1.1.2 [ #344 ] ( https://github.com/node-saml/passport-saml/pull/344 )
365
368
- 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._
370
373
- Support InResponseTo validations in MultiSaml [ #350 ] ( https://github.com/node-saml/passport-saml/pull/350 )
371
374
- Fix broken tests [ #367 ] ( https://github.com/node-saml/passport-saml/pull/367 )
372
375
- 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 )
374
376
- InResponseTo support for logout [ #356 ] ( https://github.com/node-saml/passport-saml/pull/356 )
375
377
- Create a way to get provider metadata when using the MultiSamlStrategy [ #323 ] ( https://github.com/node-saml/passport-saml/pull/323 )
376
378
0 commit comments