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

feat(java): capture licenses from pom.xml #225

Merged
merged 3 commits into from
Jun 14, 2023

Conversation

nikpivkin
Copy link
Contributor

Description

At the moment, the licenses specified in pom.xml , do not parse

Related Issues

@nikpivkin nikpivkin marked this pull request as ready for review June 9, 2023 13:11
@@ -32,6 +32,7 @@ func TestPom_Parse(t *testing.T) {
{
Name: "com.example:happy",
Version: "1.0.0",
License: "Apache 2.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like all licenses are Apache 2.0 other than multiply licenses. Can we change one of them to another license so that we can make sure the test identifies licenses correctly? This prevents bugs where values are not updated properly, and all values are the same by mistake.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@knqyf263 knqyf263 merged commit 7644306 into aquasecurity:main Jun 14, 2023
Sq34sy pushed a commit to Sq34sy/go-dep-parser that referenced this pull request Jul 28, 2023
Sq34sy pushed a commit to Sq34sy/go-dep-parser that referenced this pull request Jul 28, 2023
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.

2 participants