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

Fix memory & time explosion during dependency tree construction for java based projects #1089

Conversation

eranturgeman
Copy link
Contributor

@eranturgeman eranturgeman commented Dec 25, 2023

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.

This PR fixes the bug of memory & time explosion while constructing Gradle/ Maven dependencies tree in big projects
A limitation to the number of impact paths per dependency was set to 10 (per project's module)

…mory-overflow-in-gradle-dep-tree-construction-bug-new
@eranturgeman eranturgeman added the bug Something isn't working label Dec 25, 2023
@eranturgeman eranturgeman changed the title Fix memory & time explosion during dependency tree construction for java based projects - 2 Fix memory & time explosion during dependency tree construction for java based projects Dec 25, 2023
xray/commands/audit/sca/java/deptreemanager.go Outdated Show resolved Hide resolved
xray/commands/audit/sca/java/deptreemanager.go Outdated Show resolved Hide resolved
Copy link
Contributor

👍 Frogbot scanned this pull request and found that it did not add vulnerable dependencies.


@eranturgeman eranturgeman merged commit c12c67e into jfrog:dev Dec 25, 2023
8 checks passed
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

Successfully merging this pull request may close these issues.

2 participants