Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Add sourceURL field in PackageInformation (#205)
Browse files Browse the repository at this point in the history
This field is to be set by the user (or tool?) in the "metadata" section
of the QMSTR yaml config file and it should point to the source of the
package being analyzed

For example:
* http://ftp.gnu.org/gnu/glibc/glibc-ports-2.15.tar.gz
* git://git.myproject.org/MyProject
  • Loading branch information
thegrumpylion authored and Markus Herpich committed Jan 30, 2019
1 parent 6a17346 commit d2ca5fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bom.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ message PackageInformation {
string ocFossLiaison = 4;
string ocComplianceContact = 5;
string licenseDeclared = 6;
string sourceURL = 8;
}

message Person {
Expand Down

0 comments on commit d2ca5fc

Please sign in to comment.