8000 Bump json5 from 2.2.0 to 2.2.3 by dependabot[bot] · Pull Request #9 · smooth80/setup-java · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@dependabot
Copy link
@dependabot dependabot bot commented on behalf of github Jan 7, 2023

Bumps json5 from 2.2.0 to 2.2.3.

Release notes

Sourced from json5's releases.

v2.2.3

  • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)

v2.2.2

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

v2.2.1

Changelog

Sourced from json5's changelog.

v2.2.3 [code, diff]

  • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)

v2.2.2 [code, diff]

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

v2.2.1 [code, diff]

Commits
  • c3a7524 2.2.3
  • 94fd06d docs: update CHANGELOG for v2.2.3
  • 3b8cebf docs(security): use GitHub security advisories
  • f0fd9e1 docs: publish a security policy
  • 6a91a05 docs(template): bug -> bug report
  • 14f8cb1 2.2.2
  • 10cc7ca docs: update CHANGELOG for v2.2.2
  • 7774c10 fix: add proto to objects and arrays
  • edde30a Readme: slight tweak to intro
  • 97286f8 Improve example in readme
  • 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.0...v2.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 7, 2023
@guardrails
Copy link
guardrails bot commented Jan 7, 2023

⚠️ We detected 63 security issues in this pull request:

Mode: paranoid | Total findings: 63 | Considered vulnerability: 63

Insecure Use of Language/Framework API (2)
Docs Details
💡 Title: Use of new Buffer(), Severity: Critical
new Buffer(connectOptions.proxyAuth).toString('base64');
💡 Title: Use of new Buffer(), Severity: Critical
https://github.com/smooth80/setup-java/blob/f7fa0388b381a9854e32ec2151796c63fa06c9ea/dist/setup/index.js#L9183

More info on how to fix Insecure Use of Language/Framework API in JavaScript.


Insecure Use of Regular Expressions (4)
Docs Details
💡 Title: Regex DOS (ReDOS), Severity: Medium
https://github.com/smooth80/setup-java/blob/f7fa0388b381a9854e32ec2151796c63fa06c9ea/dist/setup/index.js#L2997
💡 Title: Regex DOS (ReDOS), Severity: Medium
https://github.com/smooth80/setup-java/blob/f7fa0388b381a9854e32ec2151796c63fa06c9ea/dist/setup/index.js#L15873
💡 Title: Regex DOS (ReDOS), Severity: Medium
https://github.com/smooth80/setup-java/blob/f7fa0388b381a9854e32ec2151796c63fa06c9ea/dist/setup/index.js#L25784
💡 Title: Regex DOS (ReDOS), Severity: Medium
https://github.com/smooth80/setup-java/blob/f7fa0388b381a9854e32ec2151796c63fa06c9ea/dist/setup/index.js#L27592

More info on how to fix Insecure Use of Regular Expressions in JavaScript.


Hard-Coded Secrets (34)
Docs Details
💡 Title: Secret Keyword, Severity: Medium
const password = 'TOLKIEN';
💡 Title: Secret Keyword, Severity: Medium
const password = 'TOKEN';
💡 Title: Secret Keyword, Severity: Medium
const password = 'PASSWORD';
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "09b7e6ab5d5eb4b73813f4caa793a0b616d33794a17988fa6a6b7c972e8f3dd3",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "b11cb192312530bcd84607631203d0c1727e672af12813078e6b525e3cce862d",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "d358a7ff03905282348c6c80562a4da2e04eb377b60ad2152be4c90f8d580b7f",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "b8c2e2ad31f3d6676ea665d9505b06df15e23741847556612b40e3ee329fc046",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "d32f9429c4992cef7be559a15c542011503d6bc38c89379800cd209a9d7ec539",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "bd1fc774232e2dfee93056a01f5765bd92ffb19d68dd548c233a82bb5c162be4",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "aabc3aebb0abf1ba64d9bd5796d0c7eb7239983f6e4c0f015b5b88be5616e4bd",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "0ddb24efdf5aab541898d19b7667b149a1a64a8bd039b708fc58ee0284fa7e07",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "9c82de98ce9bc2353bcf314d85366c9a2c572db034e10a71aa47e804e13748c1",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "f948be96daba250b6695e22cb51372d2ba3060e4d778dd09c89548889783099f",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "9919eee037554d40c7d2f219bbd654f2bf119e16a2f4d284d8dedaf525ee59e6",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "7acd697e816491d31b24d0ae1867fd63060aa738cfa388757946ae312a60b4f2",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "2c1a46c0fab6d4bdbc443f23c3f6a313c2de47fbbd9c16b5c1133a88f6c1ab8f",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "dcb2ab681247298eda018df24166ba01674127083fb02892acf087e6181d8c56",
💡 Title: Hex High E 8000 ntropy String, Severity: Medium
"checksum": "985036459d4ef0867a3fe83b0bf87877d8e66a121c7b9c145bb97bd921aaf3f1",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "ee7c98c9d79689aca6e717965747b8bf4eec5413e89d5444cc2bd6dbd59e3811",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "96bc469f9b02a3b84382a0685b0bd7935e1ad1bd82a0aab9befb5b42a17cbd77",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "7b21961ffb2649e572721a0dfad64169b490e987937b661cb4e13a594c21e764",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "e84b00d74f08f059829bbf121c8423dc37ff65135968c1fcda5839600be4f542",
💡 Title: Hex High Entropy String, Severity: Medium
"checksum": "4a8dadd58cdc32c7e59978971d56aec610be7ee0ddf0dc1d137bb8b78456499f",
💡 Title: Secret Keyword, Severity: Medium
const privateKey = 'KEY CONTENTS';
💡 Title: Secret Keyword, Severity: Medium
exports.INPUT_SERVER_PASSWORD = 'server-password';
💡 Title: Secret Keyword, Severity: Medium
exports.INPUT_GPG_PRIVATE_KEY = 'gpg-private-key';
💡 Title: Secret Keyword, Severity: Medium
exports.STATE_GPG_PRIVATE_KEY_FINGERPRINT = 'gpg-private-key-fingerprint';
💡 Title: Secret Keyword, Severity: Medium
https://github.com/smooth80/setup-java/blob/f7fa0388b381a9854e32ec2151796c63fa06c9ea/dist/setup/index.js#L11354
💡 Title: Secret Keyword, Severity: Medium
https://github.com/smooth80/setup-java/blob/f7fa0388b381a9854e32ec2151796c63fa06c9ea/dist/setup/index.js#L11357
💡 Title: Secret Keyword, Severity: Medium
https://github.com/smooth80/setup-java/blob/f7fa0388b381a9854e32ec2151796c63fa06c9ea/dist/setup/index.js#L11361
💡 Title: Base64 High Entropy String, Severity: Medium
https://github.com/smooth80/setup-java/blob/f7fa0388b381a9854e32ec2151796c63fa06c9ea/dist/setup/index.js#L42036
💡 Title: Secret Keyword, Severity: Medium
export const INPUT_SERVER_PASSWORD = 'server-password';
💡 Title: Secret Keyword, Severity: Medium
export const INPUT_GPG_PRIVATE_KEY = 'gpg-private-key';
💡 Title: Secret Keyword, Severity: Medium
export const STATE_GPG_PRIVATE_KEY_FINGERPRINT = 'gpg-private-key-fingerprint';

More info on how to fix Hard-Coded Secrets in General.


Vulnerable Libraries (23)
Severity Details
Medium browserslist@4.16.3 (t) upgrade to: >4.16.4
Medium ws@7.4.3 (t) upgrade to: >5.2.2 || >6.2.1 || >7.4.5
Medium pkg:npm/node-notifier@8.0.1@8.0.1 (t) - no patch available
High pkg:npm/ansi-regex@5.0.0@5.0.0 (t) upgrade to: 6.0.1,5.0.1,4.1.1,3.0.1
Critical pkg:npm/set-value@2.0.1@2.0.1 (t) - no patch available
High pkg:npm/minimatch@3.0.4@3.0.4 (t) upgrade to: 3.0.5
Medium pkg:npm/browserslist@4.16.3@4.16.3 (t) upgrade to: 4.16.5
High pkg:npm/tmpl@1.0.4@1.0.4 (t) upgrade to: 1.0.5
Medium pkg:npm/request@2.88.2@2.88.2 (t) - no patch available
Medium pkg:npm/istanbul-reports@3.0.2@3.0.2 (t) - no patch available
High pkg:npm/fb-watchman@2.0.1@2.0.1 (t) - no patch available
Critical pkg:npm/execa@1.0.0@1.0.0 (t) - no patch available
High pkg:npm/path-parse@1.0.6@1.0.6 (t) - no patch available
High pkg:npm/prompts@2.4.0@2.4.0 (t) - no patch available
Critical pkg:npm/minimist@1.2.5@1.2.5 (t) upgrade to: 1.2.6
Medium pkg:npm/nwsapi@2.2.0@2.2.0 (t) - no patch available
Medium pkg:npm/ws@7.4.3@7.4.3 (t) upgrade to: 7.4.6,6.2.2,5.2.3
Medium pkg:npm/%40actions/core@1.2.6@1.2.6 upgrade to: 1.9.1
N/A pkg:npm/decode-uri-component@0.2.0@0.2.0 (t) - no patch available
Medium pkg:npm/jsdom@16.4.0@16.4.0 (t) upgrade to: 16.5.0
Critical pkg:npm/json-schema@0.2.3@0.2.3 (t) upgrade to: 0.4.0
Critical pkg:npm/unset-value@1.0.0@1.0.0 (t) - no patch available
Critical pkg:npm/qs@6.5.2@6.5.2 (t) - no patch available

More info on how to fix Vulnerable Libraries in JavaScript.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0