Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update dependencies to fix Snyk reports #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shane-tomlinson
Copy link
Contributor

@shane-tomlinson shane-tomlinson commented Jun 9, 2023

Description

https://app.snyk.io/vuln/SNYK-JS-EJS-2803307
https://app.snyk.io/vuln/SNYK-JS-MOMENT-2944238
https://app.snyk.io/vuln/SNYK-JS-MOMENT-2440688
https://app.snyk.io/vuln/SNYK-JS-NODEFORGE-2430339

References

https://auth0team.atlassian.net/browse/IPS-3216
https://auth0team.atlassian.net/browse/ESD-28779

Testing

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

@@ -20,9 +20,9 @@
"license": "MIT",
"dependencies": {
"@auth0/thumbprint": "0.0.6",
"ejs": "2.5.5",
"ejs": "^3.1.9",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reasons for major bump are documented here:

* Removed require.extensions (@mde)
* Removed legacy preprocessor include (@mde)
* Removed support for EOL Nodes 4 and 6 (@mde)

We aren't using require.extensions.
We aren't using include in our templates.
Support for Node < 12 was dropped in version 7 of node-wsfed.

"jsonwebtoken": "^9.0.0",
"saml": "^1.0.0",
"saml": "^3.0.1",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reasons for major bump:
1 -> 2: Require Node >= 12.
2 -> 3: Handle poorly formatted PEM files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants