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

Audit Maven - use maven-dep-tree plugin #1023

Merged
merged 37 commits into from
Nov 19, 2023
Merged

Audit Maven - use maven-dep-tree plugin #1023

merged 37 commits into from
Nov 19, 2023

Conversation

omerzi
Copy link
Member

@omerzi omerzi commented Nov 9, 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 pull request substitutes the maven-build-info extractor with the maven-dep-tree plugin (https://github.com/jfrog/maven-dep-tree) for Maven dependency graph calculation during the audit command. The plugin is lighter, doesn't require compilation, and is expected to notably enhance the runtime of dependency tree calculations.

@omerzi omerzi added the improvement Automatically generated release notes label Nov 9, 2023
@omerzi omerzi changed the base branch from master to dev November 9, 2023 13:32
# Conflicts:
#	artifactory/utils/projectconfig.go
# Conflicts:
#	artifactory/utils/projectconfig.go
# Conflicts:
#	artifactory/utils/projectconfig.go
# Conflicts:
#	xray/commands/audit/sca/java/mvn.go
Copy link
Member

@yahavi yahavi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incredible coding and super important change.
Please consider my inline comments.

xray/commands/audit/sca/java/deptreemanager_test.go Outdated Show resolved Hide resolved
xray/commands/audit/sca/java/deptreemanager_test.go Outdated Show resolved Hide resolved
xray/commands/audit/sca/java/mvn.go Outdated Show resolved Hide resolved
buildscripts/download-jars.sh Show resolved Hide resolved
xray/commands/audit/sca/java/mvn.go Outdated Show resolved Hide resolved
xray/commands/audit/sca/java/mvn_test.go Outdated Show resolved Hide resolved
xray/commands/audit/sca/java/mvn_test.go Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants