You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The next_event() method in stax/src/flex_parser.rs contains a recursive call that could cause stack overflow with deeply nested or malformed JSON input.
Location
File: stax/src/flex_parser.rs
Method: PullParserFlex::next_event()
Issue: Unbounded recursion when no event is produced
Context
This issue was identified during code review and acknowledged to be fixed in a future PR.