[Security] Bump auth0-js from 9.10.0 to 9.13.2 in /frontend
Bumps auth0-js from 9.10.0 to 9.13.2.
Release notes
Sourced from auth0-js's releases.
v9.13.2
Fixed
Security
- Fixed information disclosure through error object commit (stevehobbsdev)
- Bump minimist from 1.2.0 to 1.2.5 #1098 (dependabot[bot])
- Dependency updates for security advisories #1097 (stevehobbsdev)
v9.13.1
Fixed
Security
- Update idtoken-verifier dependency #1091 (lbalmaceda)
v9.13.0
- [SDK-1405] Added support for new generic error codes and details #1084 (stevehobbsdev)
- Fix unit tests by stubbing RSA verification #1085 (stevehobbsdev)
- Updated JS docs for
user_metadata#1088 (stevehobbsdev)v9.12.2
Changed
- [SDK-1266] Bumped idtoken-verifier to latest patch #1073 (stevehobbsdev)
Security
- [Security] Bump handlebars from 4.1.2 to 4.5.3 #1068 (dependabot-preview[bot])
v9.12.1
Fixed
- Set the default token validation leeway to 60 sec #1062 (stevehobbsdev)
v9.12.0
Added
- [CAUTH-239] Add getChallenge method #1057 (jfromaniello)
Fixed
- Fixed passwordless params priority #1058 (stevehobbsdev)
- Bugfix for WebExtension #1054 (STK913)
- Readme develop #1043 (jsoref)
- Fixed typo #1039 (Nyholm)
Security
... (truncated)
- [SDK-974] Improved OIDC compliance #1059 (stevehobbsdev)
Changelog
Sourced from auth0-js's changelog.
v9.13.2 (2020-04-09)
Fixed
Security
- Fixed information disclosure through error object commit (stevehobbsdev)
- Bump minimist from 1.2.0 to 1.2.5 #1098 (dependabot[bot])
- Dependency updates for security advisories #1097 (stevehobbsdev)
v9.13.1 (2020-04-01)
Fixed
Security
- Update idtoken-verifier dependency #1091 (lbalmaceda)
v9.13.0 (2020-03-27)
Added
- [SDK-1405] Added support for new generic error codes and details #1084 (stevehobbsdev)
- Fix unit tests by stubbing RSA verification #1085 (stevehobbsdev)
- Updated JS docs for
user_metadata#1088 (stevehobbsdev)v9.12.2 (2020-01-14)
Changed
- [SDK-1266] Bumped idtoken-verifier to latest patch #1073 (stevehobbsdev)
Security
- [Security] Bump handlebars from 4.1.2 to 4.5.3 #1068 (dependabot-preview[bot])
v9.12.1 (2019-12-17)
... (truncated)
Commits
7db6009v9.13.2540c84aRelease v9.13.2 (#1099)355ca74Merge pull request from GHSA-prfq-f66g-43mp55b6ac8Merge pull request #1098 from auth0/dependabot/npm_and_yarn/minimist-1.2.55e2a474Updated package resolution13c92e0Bump minimist from 1.2.0 to 1.2.5da8a17fDependency updates for security advisories (#1097)226681dMerge pull request #1096 from nwtgck/docs-jsc28742edocs: Javascript -> JavaScript6a2995bRelease v9.13.1 (#1094)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
We've just been alerted that this update fixes a security vulnerability:
Sourced from The GitHub Security Advisory Database.
Information disclosure through error object in auth0.js
Overview
Between versions 8.0.0 and 9.13.1(inclusive), in the case of an (authentication) error, the error object returned by the library contains the original request of the user, which may include the plaintext password the user entered.
If the error object is exposed or logged without modification, the application risks password exposure.
Am I affected?
You are affected by this vulnerability if all of the following conditions apply:
- You are using Auth0.js version between 8.0.0 and 9.13.1(inclusive).
- You store or display error objects without filtering. ... (truncated)
Affected versions: [">= 8.0.0 < 9.13.2"]