Highlights
Information Disclosure: 2 prior fixes. Scrutinize any change in this area.
src/Prompt/Password.php: most-fixed (2 issues). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Information Disclosure: Default configuration previously allowed sensitive user input (passwords) to be echoed back to the stdout terminal interface, leading to shoulder-surfing and log exposure risks. Developers should ensure the $echo parameter defaults to false.
Information Disclosure: Storing the entered password in a persistent mutable object property ($password) creates a risk of accidental serialization, memory dumping, or leakages during the object life-cycle. Passwords should be handled strictly as short-lived local variables.