Skip to content

Commit

Permalink
fix!: remove vulnerable node-saml dependency
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires NodeJS >= 12

See https://github.com/auth0/node-saml/releases/tag/v2.0.0
  • Loading branch information
david-renaud-okta committed Feb 9, 2022
1 parent 54d8715 commit 88e9c69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ SAML Protocol middleware to create SAMLP identity providers for node.js.

npm install samlp

### Supported Node Versions

node >= 12

## Introduction

This middleware is meant to generate a valid SAML Protocol identity provider endpoint that speaks saml.
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "samlp",
"version": "6.0.2",
"engines": {
"node": ">=12"
},
"description": "SAML Protocol server middleware",
"main": "lib/index.js",
"scripts": {
Expand All @@ -25,7 +28,7 @@
"ejs": "2.5.5",
"flowstate": "^0.4.0",
"querystring": "^0.2.0",
"saml": "^1.0.0",
"saml": "^2.0.1",
"xml-crypto": "^2.0.0",
"@auth0/xmldom": "0.1.21",
"xpath": "0.0.5",
Expand Down

0 comments on commit 88e9c69

Please sign in to comment.