Comparing v1.8.2...v1.8.3 · sirupsen/logrus (original) (raw)

Commits on Jun 16, 2022

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Scan text in 64KB chunks
    This commit fixes a potential denial of service
    vulnerability in logrus.Writer() that could be
    triggered by logging text longer than 64KB
    without newlines. Previously, the bufio.Scanner
    used by Writer() would hang indefinitely when
    reading such text without newlines, causing the
    application to become unresponsive.
    @ozfive @ashmckenzie
    Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history