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

[Snyk] Upgrade pino from 5.6.2 to 5.17.0 #1300

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

Conversation

EitanGayor
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade pino from 5.6.2 to 5.17.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 38 versions ahead of your current version.
  • The recommended version was released 4 years ago, on 2020-02-28.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ACORN-559469
375/1000
Why? CVSS 7.5
No Known Exploit
Command Injection
SNYK-JS-LODASH-1040724
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-LODASH-567746
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-LODASH-608086
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-NODEFORGE-598677
375/1000
Why? CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
375/1000
Why? CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ACORN-559469
375/1000
Why? CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-GRPC-598671
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-INI-1048974
375/1000
Why? CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
375/1000
Why? CVSS 7.5
Proof of Concept
Arbitrary File Overwrite
SNYK-JS-TAR-1536528
375/1000
Why? CVSS 7.5
No Known Exploit
Arbitrary File Overwrite
SNYK-JS-TAR-1536531
375/1000
Why? CVSS 7.5
No Known Exploit
Arbitrary File Write
SNYK-JS-TAR-1579147
375/1000
Why? CVSS 7.5
No Known Exploit
Arbitrary File Write
SNYK-JS-TAR-1579152
375/1000
Why? CVSS 7.5
No Known Exploit
Arbitrary File Write
SNYK-JS-TAR-1579155
375/1000
Why? CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-Y18N-1021887
375/1000
Why? CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-LODASH-1018905
375/1000
Why? CVSS 7.5
Proof of Concept
Information Exposure
SNYK-JS-NODEFETCH-2342118
375/1000
Why? CVSS 7.5
No Known Exploit
Denial of Service
SNYK-JS-NODEFETCH-674311
375/1000
Why? CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MINIMATCH-3050818
375/1000
Why? CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHPARSE-1077067
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-MINIMIST-559764
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-MINIMIST-559764
375/1000
Why? CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-HOSTEDGITINFO-1088355
375/1000
Why? CVSS 7.5
Proof of Concept
Man-in-the-Middle (MitM)
SNYK-JS-HTTPSPROXYAGENT-469131
375/1000
Why? CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
npm:debug:20170905
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-MINIMIST-2429795
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-MINIMIST-2429795
375/1000
Why? CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-TAR-1536758
375/1000
Why? CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
npm:debug:20170905
375/1000
Why? CVSS 7.5
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: pino
  • 5.17.0 - 2020-02-28
    • Fix two broken links in the documentation (#769)
    • api.md - fix wrong letter case (#770)
    • Fixed stream metadata loss during prettification (#780)
    • Deprecate the changeLevelName option and alias it to levelKey (#772)
    • Bind pino instance to prettifier (#721)
  • 5.16.0 - 2020-01-11
    • add nestedKey option #759
  • 5.15.0 - 2019-12-13

    📚 PR:

    • test(mixin): improve object test to ensure proper object assign order (#745)
    • CI : Move from sleep to watch exists (#748)
    • feat(bindings): allow setting of bindings (#754)
  • 5.14.0 - 2019-11-21

    📚 PR:

    • catch potential write errors on fatal flush sync (#740)
    • feat(mixin): add mixin config option (#741)
  • 5.13.6 - 2019-11-08

    📚 PR:

    • Bumped dependencies
    • fix(redaction): fix corner cases with paths (#732)
    • Add MySQL/MariaDB transport (#708)
  • 5.13.5 - 2019-10-14
    • always sync flush on fatal log – #730
    • fastify integration clarification - #729
  • 5.13.4 - 2019-09-27
    • bump fast redact #714
  • 5.13.3 - 2019-09-13

    📚 PR:

    • docs(transports): add CloudWatch (#696)
    • docs(api): remove Lambda note in pino-destination (#697)
    • fix(serializers): properly transfer Symbol based serializers (#707)
    • docs(api): fix binding example (#700)
  • 5.13.2 - 2019-08-07
  • 5.13.1 - 2019-07-23
    • #684
    • flatstr 0.7.5
  • 5.13.0 - 2019-07-17
  • 5.12.6 - 2019-05-25
  • 5.12.5 - 2019-05-16
  • 5.12.4 - 2019-05-14
  • 5.12.3 - 2019-04-24
  • 5.12.2 - 2019-04-05
  • 5.12.1 - 2019-04-04
  • 5.12.0 - 2019-03-27
  • 5.11.3 - 2019-03-22
  • 5.11.2 - 2019-03-20
  • 5.11.1 - 2019-01-25
  • 5.11.0 - 2019-01-24
  • 5.10.10 - 2019-01-23
  • 5.10.9 - 2019-01-23
  • 5.10.8 - 2019-01-18
  • 5.10.7 - 2019-01-16
  • 5.10.6 - 2019-01-02
  • 5.10.5 - 2018-12-23
  • 5.10.4 - 2018-12-21
  • 5.10.3 - 2018-12-21
  • 5.10.2 - 2018-12-19
  • 5.10.1 - 2018-12-12
  • 5.9.0 - 2018-11-22
  • 5.8.1 - 2018-11-06
  • 5.8.0 - 2018-10-16
  • 5.7.0 - 2018-10-05
  • 5.6.4 - 2018-10-05
  • 5.6.3 - 2018-10-03
  • 5.6.2 - 2018-09-24
from pino GitHub release notes
Commit messages
Package name: pino

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants