Skip to content
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

openapi3: resolve recursive file references #974

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

AnatolyRugalev
Copy link
Contributor

@AnatolyRugalev AnatolyRugalev commented Jul 1, 2024

This PR adds recursive reference handling for single-file references. This prevents infinite recursion.

The test scenario has been kindly provided by @reuvenharrison in #973

Fixes #856

@AnatolyRugalev AnatolyRugalev marked this pull request as ready for review July 1, 2024 15:26
@fenollp fenollp merged commit a27c9e7 into getkin:master Jul 1, 2024
5 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.

Circular references in separate files results in stack overflow error
2 participants