Closed
Description
Line 48 in 687871d
read_line function seems vulnerable to attack. If an attacker sends data continually without "\r\n" the size of buffer (String) would keep growing without a limit.
Metadata
Metadata
Assignees
Labels
No labels
Line 48 in 687871d
read_line function seems vulnerable to attack. If an attacker sends data continually without "\r\n" the size of buffer (String) would keep growing without a limit.