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(deps): [security] bump ini from 1.3.5 to 1.3.8 #450

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 14, 2020

Bumps ini from 1.3.5 to 1.3.8. This update includes a security fix.

Vulnerabilities fixed

Sourced from The GitHub Security Advisory Database.

Prototype Pollution

Overview

The ini npm package before version 1.3.6 has a Prototype Pollution vulnerability.

If an attacker submits a malicious INI file to an application that parses it with ini.parse, they will pollute the prototype on the application. This can be exploited further depending on the context.

Patches

This has been patched in 1.3.6

Steps to reproduce

payload.ini

[__proto__]
polluted = "polluted"

poc.js:

var fs = require('fs')
</tr></table> ... (truncated)

Affected versions: < 1.3.6

Commits
  • a2c5da8 1.3.8
  • af5c6bb Do not use Object.create(null)
  • 8b648a1 don't test where our devdeps don't even work
  • c74c8af 1.3.7
  • 024b8b5 update deps, add linting
  • 032fbaf Use Object.create(null) to avoid default object property hazards
  • 2da9039 1.3.6
  • cfea636 better git push script, before publish instead of after
  • 56d2805 do not allow invalid hazardous string as section name
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for ini since your current version.


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 will not automatically merge this PR because it includes a security patch update to a production dependency.


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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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 dependabot-preview bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Dec 14, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ini-1.3.8 branch 2 times, most recently from f78ad45 to d04ac51 Compare January 5, 2021 19:33
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ini-1.3.8 branch from d04ac51 to 403e31a Compare January 15, 2021 23:24
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.**
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ini-1.3.8 branch from 403e31a to 244ac02 Compare January 27, 2021 13:16
@Yelinz Yelinz merged commit 97870d1 into master Jan 27, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ini-1.3.8 branch January 27, 2021 15:07
github-actions bot pushed a commit that referenced this pull request Apr 15, 2021
## [3.0.3](v3.0.2...v3.0.3) (2021-04-15)

### Bug Fixes

* **deps:** [security] bump elliptic from 6.5.3 to 6.5.4 ([#538](#538)) ([b36030c](b36030c))
* **deps:** [security] bump ini from 1.3.5 to 1.3.8 ([#450](#450)) ([97870d1](97870d1))
* **deps:** [security] bump socket.io from 2.3.0 to 2.4.1 ([#474](#474)) ([fe46f19](fe46f19))
* **deps:** [security] bump y18n from 3.2.1 to 3.2.2 ([#560](#560)) ([727144e](727144e))
* remove unused modules which lead to invalid imports ([#464](#464)) ([d0405bf](d0405bf))
* **deps:** bump ember-auto-import from 1.10.1 to 1.11.2 ([#557](#557)) ([f01f882](f01f882))
* **deps:** bump ember-auto-import from 1.7.0 to 1.10.1 ([#456](#456)) ([d4940d7](d4940d7))
* **deps:** bump ember-cli-babel from 7.23.0 to 7.23.1 ([#473](#473)) ([df7cec0](df7cec0))
* **deps:** bump ember-cli-babel from 7.23.1 to 7.26.3 ([#558](#558)) ([6b0ee99](6b0ee99))
* **deps:** bump ember-cli-htmlbars from 5.6.4 to 5.7.1 ([#549](#549)) ([e00e417](e00e417))
* **deps:** bump ember-one-way-select from 4.0.0 to 4.0.1 ([#565](#565)) ([0564346](0564346))
* **deps:** bump uuid from 8.3.1 to 8.3.2 ([#439](#439)) ([d72f013](d72f013))
@anehx
Copy link
Member

anehx commented Apr 15, 2021

🎉 This PR is included in version 3.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@anehx anehx added the released label Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants