-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reporter: Add
authors
to the evaluated model
This is part of resolving #5957. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information
1 parent
10aedd3
commit 63b2b2d
Showing
5 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -444,6 +444,8 @@ packages: | |
is_project: false | ||
definition_file_path: "" | ||
purl: "pkg:maven/com.foobar/[email protected]" | ||
authors: | ||
- "Jane Doe" | ||
declared_licenses: | ||
- 10 | ||
declared_licenses_processed: | ||
|
@@ -492,6 +494,8 @@ packages: | |
is_project: false | ||
definition_file_path: "" | ||
purl: "pkg:maven/com.h2database/[email protected]" | ||
authors: | ||
- "Thomas Mueller" | ||
declared_licenses: | ||
- 12 | ||
declared_licenses_processed: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -504,6 +504,7 @@ | |
"is_project" : false, | ||
"definition_file_path" : "", | ||
"purl" : "pkg:maven/com.foobar/[email protected]", | ||
"authors" : [ "Jane Doe" ], | ||
"declared_licenses" : [ 10 ], | ||
"declared_licenses_processed" : { | ||
"spdx_expression" : "GPL-2.0-only OR MIT", | ||
|
@@ -555,6 +556,7 @@ | |
"is_project" : false, | ||
"definition_file_path" : "", | ||
"purl" : "pkg:maven/com.h2database/[email protected]", | ||
"authors" : [ "Thomas Mueller" ], | ||
"declared_licenses" : [ 12 ], | ||
"declared_licenses_processed" : { | ||
"spdx_expression" : "MPL-2.0 OR EPL-1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -444,6 +444,8 @@ packages: | |
is_project: false | ||
definition_file_path: "" | ||
purl: "pkg:maven/com.foobar/[email protected]" | ||
authors: | ||
- "Jane Doe" | ||
declared_licenses: | ||
- 10 | ||
declared_licenses_processed: | ||
|
@@ -492,6 +494,8 @@ packages: | |
is_project: false | ||
definition_file_path: "" | ||
purl: "pkg:maven/com.h2database/[email protected]" | ||
authors: | ||
- "Thomas Mueller" | ||
declared_licenses: | ||
- 12 | ||
declared_licenses_processed: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters