Changes between Initial Version and Version 1 of Ticket #35440
- Timestamp:
- May 8, 2024, 12:20:35 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35440 – Description
initial v1 21 21 }}} 22 22 23 The goal of this ticket is to track the improvement of the current `parse_header_parameters` implementation by leveraging the logic from `email.message.Message` 23 The goal of this ticket is to track the improvement of the current `parse_header_parameters` implementation by leveraging the logic from `email.message.Message`. 24 25 The Security Team also agreed that it's worth adding some early checks in the `parse_header_parameters` function to limit the amount of provided semicolons. This would require some investigation as to what would be a good threshold, considering that it's likely that more than one semicolon may not be necessary in valid HTTP headers.