ChickenKyiv / recipe-api-only

API server for recipe based projects. If you want to have an app or website with recipes, but don't want to spend a lot of time - this can be a good choice
https://recipe-api-loopback.herokuapp.com/
39 stars 12 forks source link

[Security] Bump loopback from 3.24.2 to 3.27.0 #379

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps loopback from 3.24.2 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](https://app.dependabot.com): - 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[bot] commented 4 years ago

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

Sourced from The GitHub Security Advisory Database.

Sensitive Data Exposure in loopback Versions of loopback prior to 3.26.0 (3.x) and 2.42.0 (2.x) are vulnerable to Sensitive Data Exposure. Invalid API requests to the login endpoint may return information about the first user in the database. This can be used alongside other attacks for credential theft.

Recommendation

If you're using loopback 3.x upgrade to version 3.26.0 or later. If you're using loopback 2.x upgrade to version 2.42.0 or later.

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