Skip to content

Conversation

ashmckenzie
Copy link

Extending the fantastic work by @ozfive at sirupsen#1376, this PR aims to illustrate the necessary fix, improved git commit message and fix CI.

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.
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