-
Notifications
You must be signed in to change notification settings - Fork 28
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
External document references not used with JSON formatted dependencies #140
Comments
Sir @goneall, I am interested in solving this issue, I want to work on it. |
@MazeJack - that would be great. Let me know if you need any help understanding the code. |
sir @goneall, P.S. I found an |
@MazeJack -The Java code that generates the external relationships will probably need to be modified. The source file SpdxDependencyInformation is responsible for creating the external document references. Here's a link to the method that creates it: spdx-maven-plugin/src/main/java/org/spdx/maven/utils/SpdxDependencyInformation.java Line 555 in fad39c1
I would suggest looking for where this method is called and see if it is only looking for XML files and whether it can also search for JSON files. |
External document references are used for dependencies which have SPDX document as a repository artifact.
XML formatted documents are included. However, .json files are not. This is likely due to how the plugin looks for and finds the dependencies.
The text was updated successfully, but these errors were encountered: