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

[Snyk] Upgrade jwks-rsa from 1.8.0 to 1.12.3 #15

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

Conversation

hpbonfim
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade jwks-rsa from 1.8.0 to 1.12.3.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 9 versions ahead of your current version.

  • The recommended version was released on 3 years ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-AXIOS-1579269
616 Proof of Concept
high severity Improper Input Validation
SNYK-JS-FOLLOWREDIRECTS-6141137
616 Proof of Concept
medium severity Server-Side Request Forgery (SSRF)
SNYK-JS-AXIOS-1038255
616 Proof of Concept
medium severity Information Exposure
SNYK-JS-FOLLOWREDIRECTS-2332181
616 Proof of Concept
medium severity Information Exposure
SNYK-JS-FOLLOWREDIRECTS-6444610
616 Proof of Concept
low severity Information Exposure
SNYK-JS-FOLLOWREDIRECTS-2396346
616 No Known Exploit
Release notes
Package name: jwks-rsa
  • 1.12.3 - 2021-02-26

    [1.12.3] - (2021-02-25)

    Added

    • Add alg to SigningKey types #220 (okko)

    Fixed

  • 1.12.2 - 2021-01-07

    Release 1.12.2

  • 1.12.1 - 2020-12-29

    Release v1.12.1

  • 1.12.0 - 2020-12-08

    Added

    Deprecation
    We are deprecating passing in a jwksObject to the client for reasons laid out in #292. In order to load keys from anything other than the jwksUri, please use the getKeysInterceptor.

      const client = new JwksClient({ 
        jwksUri: 'https://my-enterprise-id-provider/.well-known/jwks.json',
        getKeysInterceptor: (cb) => {
          const file = fs.readFileSync(jwksFile);
          return cb(null, file.keys);
        }
      });
  • 1.11.0 - 2020-10-23
  • 1.10.1 - 2020-09-24

    Fixed

  • 1.10.0 - 2020-09-23

    Release v1.10.0 (#178)

  • 1.9.0 - 2020-08-18

    Added

    Fixed

    Security

  • 1.8.1 - 2020-06-19

    Release 1.8.1

  • 1.8.0 - 2020-04-13
from jwks-rsa GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade jwks-rsa from 1.8.0 to 1.12.3.

See this package in npm:
jwks-rsa

See this project in Snyk:
https://app.snyk.io/org/hpbonfim/project/89be9e08-e0df-4b23-9849-20dc02dc5107?utm_source=github&utm_medium=referral&page=upgrade-pr
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