Configuration menu Browse the repository at this point in the history
Commits on Feb 17, 2023
Configuration menu Browse the repository at this point in the history
Commits on Mar 10, 2023
Configuration menu Browse the repository at this point in the history
Commits on Mar 12, 2023
Configuration menu Browse the repository at this point in the history
Commits on May 4, 2023
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. Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on May 15, 2023
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history