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

chore(deps): update node.js to v16.13.2 #121

Merged
merged 1 commit into from
Jan 13, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
node patch 16.13.1 -> 16.13.2

Release Notes

nodejs/node

v16.13.2

Compare Source

This is a security release.

Notable changes
Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531)

Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js was accepting URI SAN types, which PKIs are often not defined to use. Additionally, when a protocol allows URI SANs, Node.js did not match the URI correctly.

Versions of Node.js with the fix for this disable the URI SAN type when checking a certificate against a hostname. This behavior can be reverted through the --security-revert command-line option.

More details will be available at CVE-2021-44531 after publication.

Certificate Verification Bypass via String Injection (Medium)(CVE-2021-44532)

Node.js converts SANs (Subject Alternative Names) to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name constraints were used within a certificate chain, allowing the bypass of these name constraints.

Versions of Node.js with the fix for this escape SANs containing the problematic characters in order to prevent the injection. This behavior can be reverted through the --security-revert command-line option.

More details will be available at CVE-2021-44532 after publication.

Incorrect handling of certificate subject and issuer fields (Medium)(CVE-2021-44533)

Node.js did not handle multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects containing a single-value Relative Distinguished Name that would be interpreted as a multi-value Relative Distinguished Name, for example, in order to inject a Common Name that would allow bypassing the certificate subject verification.

Affected versions of Node.js do not accept multi-value Relative Distinguished Names and are thus not vulnerable to such attacks themselves. However, third-party code that uses node's ambiguous presentation of certificate subjects may be vulnerable.

More details will be available at CVE-2021-44533 after publication.

Prototype pollution via console.table properties (Low)(CVE-2022-21824)

Due to the formatting logic of the console.table() function it was not safe to allow user controlled input to be passed to the properties parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be __proto__. The prototype pollution has very limited control, in that it only allows an empty string to be assigned numerical keys of the object prototype.

Versions of Node.js with the fix for this use a null protoype for the object these properties are being assigned to.

More details will be available at CVE-2022-21824 after publication.

Thanks to Patrik Oldsberg (rugvip) for reporting this vulnerability.

Commits

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@zoetrope69 zoetrope69 merged commit 7e6bb90 into main Jan 13, 2022
@zoetrope69 zoetrope69 deleted the renovate/node-16.x branch January 13, 2022 22:57
zoetrope69 pushed a commit that referenced this pull request Dec 31, 2022
chore(deps): pin dependencies (#105)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency jest to v27.4.2 (#106)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency prettier to v2.5.1 (#110)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint to v8.4.0 (#109)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update node.js to v16.13.1 (#108)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency jest to v27.4.3 (#107)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint to v8.4.1 (#111)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency jest to v27.4.4 (#112)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency jest to v27.4.5 (#113)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint to v8.5.0 (#114)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint-plugin-jest to v25.3.2 (#115)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint to v8.6.0 (#117)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint-plugin-jest to v25.3.3 (#116)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint-plugin-jest to v25.3.4 (#118)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency jest to v27.4.7 (#119)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency nock to v13.2.2 (#120)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update node.js to v16.13.2 (#121)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency semantic-release to v19 (#124)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint to v8.7.0 (#123)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint-plugin-jest to v25.7.0 (#122)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): bump node-fetch from 3.1.0 to 3.1.1 (#125)

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): update dependency eslint-plugin-jest to v26 (#126)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint to v8.8.0 (#127)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update node.js to v16.14.0 (#131)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency nock to v13.2.4 (#128)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint-plugin-jest to v26.1.0 (#130)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency node-fetch to 2.6.7 [security] (#132)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency jest to v27.5.1 (#129)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/checkout action to v3 (#137)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/setup-node action to v3 (#136)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint-config-prettier to v8.4.0 (#135)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint to v8.10.0 (#133)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint-plugin-jest to v26.1.1 (#134)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): bump marked from 2.1.3 to 4.0.12 (#138)

Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 4.0.12.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v2.1.3...v4.0.12)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): update dependency eslint-config-prettier to v8.5.0 (#139)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update dependency eslint to v8.11.0 (#140)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update node.js to v16.18.1 (#141)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency semantic-release to v19.0.5 (#152)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency nock to v13.2.9 (#151)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update node.js to v16.19.0 (#155)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency prettier to v2.8.1 (#142)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency eslint to v8.31.0 (#144)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency eslint-plugin-jest to v26.9.0 (#143)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency jest to v29 (#146)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency eslint-plugin-prettier to v4.2.1 (#153)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency eslint-plugin-jest to v27 (#154)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update node.js to v18 (#160)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): bump minimist from 1.2.5 to 1.2.7 (#158)

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7.
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.7)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump npm from 8.3.1 to 8.19.3 (#159)

Bumps [npm](https://github.com/npm/cli) from 8.3.1 to 8.19.3.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/v8.19.3/CHANGELOG.md)
- [Commits](npm/cli@v8.3.1...v8.19.3)

---
updated-dependencies:
- dependency-name: npm
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump semver-regex from 3.1.3 to 3.1.4 (#148)

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases)
- [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)

---
updated-dependencies:
- dependency-name: semver-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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