Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

[Security] Bump loopback from 3.18.3 to 3.27.0 #179

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

Conversation

dependabot-preview[bot]
Copy link

Bumps loopback from 3.18.3 to 3.27.0.

Changelog

Sourced from loopback's changelog.

2020-03-06, Version 3.27.0

  • Update LTS status in README (Miroslav Bajtoš)

  • chore: update copyright year (Diana Lau)

  • feat: change hasone relation error message (Sujesh T)

  • chore: disable security issue reporting (Nora)

  • chore: fix eslint violations (Nora)

  • fixup! manual fixes (Miroslav Bajtoš)

  • fixup! eslint --fix . (Miroslav Bajtoš)

  • chore: update eslint & eslint-config to latest (Miroslav Bajtoš)

  • chore: update dev-dependencies (Miroslav Bajtoš)

  • chore: update chai to v4, dirty-chai to v2 (Miroslav Bajtoš)

  • Updated "ismail" package to v3.2 (Stanislav Sarbinski)

  • Introduce issue templates for bugs, features, etc. (Miroslav Bajtoš)

  • Improve PULL_REQUEST_TEMPLATE (Miroslav Bajtoš)

  • test: use Chromium (not Chrome) when available (Miroslav Bajtoš)

  • test: disable Chrome sandboxing when inside Docker (Miroslav Bajtoš)

  • test: switch from PhantomJS to HeadlessChrome (Miroslav Bajtoš)

2019-05-31, Version 3.26.0

  • fix: disallow queries in username and email fields (Hage Yaapa)

  • Ignore failing downstream dependencies (Miroslav Bajtoš)

  • Upgrade nyc to version 14 (Miroslav Bajtoš)

  • Update Karma dependencies to latest versions (Miroslav Bajtoš)

  • Drop Node.js 6.x from the supported versions (Miroslav Bajtoš)

  • Fix Model.exists() to work with remote connector (Maxim Sharai)

... (truncated)
Commits
  • 06fcaa1 3.27.0
  • d929b57 Merge pull request #4315 from strongloop/feat/maintenance-lts
  • 58f6545 Update LTS status in README
  • cdf48b6 Merge pull request #4303 from strongloop/copyright
  • f788aae chore: update copyright year
  • 6a7fc52 Merge pull request #4290 from sujeshthekkepatt/fix/hasone-relation-error-message
  • b93187b feat: change hasone relation error message
  • 2db09a3 Merge pull request #4281 from strongloop/chore/improve-issue-templates
  • 4edcc4f chore: disable security issue reporting
  • b848bd9 Merge pull request #4283 from strongloop/fix-comma-dangle
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will 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)

@dependabot-preview
Copy link
Author

We've just been alerted that this update fixes a security vulnerability:

Sourced from The GitHub Security Advisory Database.

Improper Authorization in loopback
Vulnerable versions of loopback may allow attackers to create Authentication Tokens on behalf of other users due to Improper Authorization. If the AccessToken model is publicly exposed, an attacker can create Authorization Tokens for any user as long as they know the target's userId. This will allow the attacker to access the user's data and their privileges.

Recommendation

For loopback 2.x, upgrade to version 2.40.0 or later
For loopback 3.x, upgrade to version 3.22.0 or later

Affected versions: [">= 3.0.0 <= 3.21.0"]

@dependabot-preview dependabot-preview bot changed the title Bump loopback from 3.18.3 to 3.27.0 [Security] Bump loopback from 3.18.3 to 3.27.0 Sep 2, 2020
@dependabot-preview dependabot-preview bot added the security Pull requests that address a security vulnerability label Sep 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants