Skip to content

fix: prevent infinite loop in exception cause chains by capping traversal #200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 22, 2025

Conversation

subzero10
Copy link
Member

Description

Fixes #197.

  • Prevents infinite loop in exception cause chains by capping traversal to 15 loops.
  • If max depth is reached, a warning is added to the chain.

@subzero10 subzero10 merged commit 4ece91d into master Apr 22, 2025
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Infinite Loop in Exception Cause Chain Processing
2 participants