Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e76c814
accept saml response with xml sig namespace at the root level
Nov 13, 2017
ce600d3
Merge pull request #2 from Kinvey/back-2900-top-level-dsig-namespace
andrewmaillet Nov 13, 2017
5d92dc5
No signature authn xml method added.
r0bot Nov 29, 2018
06f3270
Lib-js removed from git ignore in order to be used in teh repo directly.
r0bot Jan 16, 2019
c145dfc
Merge pull request #4 from Kinvey/no-signature-xml-method
r0bot Feb 14, 2019
c23d93b
KDEV-647: Some Idp validates the order of elements in SAML Request.
ivanovit May 5, 2020
34b3fd6
Merge pull request #5 from Kinvey/fix-saml-request-order
ivanovit May 5, 2020
e627a0b
Fix npm security problems
Oct 15, 2020
7be4929
Merge pull request #6 from Kinvey/fix-security-problems
Oct 15, 2020
da19963
Bump xml-crypto to latest version in order to fix High npm audir secu…
dimofeev Dec 9, 2020
d914d76
Fixes after xml-crypto update
dimofeev Dec 18, 2020
7690ecb
Merge pull request #7 from Kinvey/KDEV-12760-fix-npm-security
Jan 4, 2021
c91b862
feat(npm-security): updates
ventsislav-georgiev Jun 23, 2021
8cb626a
Merge pull request #8 from Kinvey/npm-security
ventsislav-georgiev Jun 23, 2021
e42ffc9
Fixed npm security
tsvetomir-nedyalkov Apr 20, 2022
316f81e
Merge pull request #9 from Kinvey/kdev-2394-fix-npm-security
tsvetomir-nedyalkov Apr 29, 2022
62b7c0c
Replace 'xmldom' with '@xmldom/xmldom' to address security issues and…
tsvetomir-nedyalkov Jan 26, 2023
7853377
Bumped version
tsvetomir-nedyalkov Feb 9, 2023
88b3418
Merge pull request #10 from Kinvey/kdev-2709-fix-npm-security
tsvetomir-nedyalkov Feb 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*~
node_modules
lib-js
lib-js-cov
*.html
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
lib-js-cov
lib
*.html
test
Loading