Highlights
Information Disclosure: 1 prior fix. Scrutinize any change in this area.
lib/remote/HttpCommandExecutor.php: most-fixed (1 issue). 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: The HTTP executor component originally passed raw WebDriver connection URLs containing plaintext user credentials directly to curl_init. This can lead to information disclosure via system logs, process listings, or network metadata if the transport layer does not isolate authentication credentials from the destination URL.