bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Fix: infinite recursion in buildEmptyJsonBody

Open pooja-bruno opened this issue 8 months ago • 0 comments

Description

Fixed a issue in the OpenAPI to Bruno converter where circular references in JSON schemas would cause a "Maximum callstack size exceeded" error. Added a visited Map parameter to the buildEmptyJsonBody function to track already processed schemas and prevent infinite recursion when handling complex nested structures. This fix ensures that OpenAPI specifications with circular references can be properly imported without crashing.

Contribution Checklist:

  • [x] The pull request only addresses one issue or adds one feature.
  • [x] The pull request does not introduce any breaking changes
  • [ ] I have added screenshots or gifs to help explain the change if applicable.
  • [x] I have read the contribution guidelines.
  • [x] Create an issue and link to the pull request.

Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.

Publishing to New Package Managers

Please see here for more information.

pooja-bruno avatar Apr 23 '25 07:04 pooja-bruno