From this webpage screenshot, the following key information about the vulnerability can be obtained: Submission Details: - Submission ID: 929611f - Submitter: yurikuzn - Submission Date: June 24, 2024 - Submission Description: Modified Files: - - - Key Code Changes: - In , logic was added to handle requests with URIs starting with double slashes: - In , a method was added to detect if the URI starts with double slashes: These changes indicate that the submission fixes a potential security vulnerability by preventing malicious users from triggering undefined behavior or bypassing certain security checks by using double slashes in the URI.