Closed maxcountryman closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.49%. Comparing base (
6ad8933
) to head (c48f77c
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This fixes a bug where calling
cycle_id
would invoke the session storesave
method rather than thecreate
method.Because cycling the session ID involves creating a new ID, this must follow the same semantics as normal session creation. Therefore prior to this fix session ID collision could occur through this vector.