Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bunyan

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunyan - npm Package Versions

23
12

2.0.5

Diff

Changelog

Source

2.0.5 (beta)

  • [pull #575, #278] Change the default "req" serializer to accept expressjs's req.originalUrl for the "url" field per https://expressjs.com/en/api.html#req.originalUrl. (By @twelve17 and @kingcody.)
  • Development change: Switch to node-tap for testing (from nodeunit, which is now obsolete). Currently just tap v9 because that is the last major version of node-tap that supports back to node v0.10.
trentm
published 1.8.15 •

trentm
published 1.8.14 •

trentm
published 2.0.4 •

Changelog

Source

2.0.4 (beta)

  • [pull #558] Update minimum "moment" version to 2.19.3 for CVE-2017-18214.
  • [issue #589] Use os.EOL for newlines in bunyan output, which helps with some Unix-EOL-naive apps like notepad. (By @bwknight877.)
  • Development change: Switched to GitHub Actions for CI.
trentm
published 2.0.3 •

Changelog

Source

2.0.3 (beta)

  • Fix a vulnerability from a crafted argument to 'bunyan -p ARG'

    This was reported privately as: https://hackerone.com/reports/902739 bunyan - RCE via insecure command formatting

    Previous to this version the 'bunyan' CLI was not escaping a given argument to the '-p' option before executing ps -A -o pid,command | grep '$ARG' which could lead to unintended execution.

    (This same change is also in bunyan@1.8.13.)

trentm
published 1.8.13 •

trentm
published 1.8.12 •

trentm
published 2.0.2 •

Changelog

Source

2.0.2 (beta)

  • [issue #444] Fix the bunyan CLI to not duplicate the "HTTP/1.1 ..." status line when serializing a "res" field.
trentm
published 2.0.1 •

Changelog

Source

2.0.1 (beta)

  • [issue #504] Backward incompatible change to the bunyan CLI: The bunyan CLI no longer adds a Host header when rendering a client_req field in a log record. In 1.x it used to do this (using client_req.address and client_req.port), on the guess that Node.js' http.ClientRequest handling would add it. However, the guess can be wrong and misleading. It is better not to guess.
trentm
published 1.8.11 •

23
12
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc