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

goroutine stack exceeds 1000000000-byte limit obtained on scan operation #225

Closed
timeforarchi opened this issue Nov 29, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@timeforarchi
Copy link

Hi,

just trying to use vulnapi scan on an api we developed (spring boot, kotlin, openapi V3 + swagger) and get a stack trace (attached)
Do I have to define GC/Memory elements on execution ?
vulnapi-stack.txt

It works perfectly with smaller microservice !

@emmanuelgautier emmanuelgautier added the bug Something isn't working label Nov 29, 2024
@emmanuelgautier
Copy link
Member

Hi @timeforarchi,

Thank you for reporting this and sorry for the issue you had with your OpenAPI file.

After reading your stack trace, your OpenAPI file may contain a parameter that references itself. This issue has been fixed in PR #229.

Without your OpenAPI file, I can't be completely certain this was the root cause of your error. Would you be able test it again with the new release v0.8.4?

@timeforarchi
Copy link
Author

Works now perfectly ! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants