diff options
Diffstat (limited to 'tests/lib-sbom-files/special.json')
| -rw-r--r-- | tests/lib-sbom-files/special.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/lib-sbom-files/special.json b/tests/lib-sbom-files/special.json index 34d55df409ee..3d4fa7abae69 100644 --- a/tests/lib-sbom-files/special.json +++ b/tests/lib-sbom-files/special.json @@ -17,6 +17,12 @@ "specVersion": "3.0.1" }, { + "type": "Agent", + "creationInfo": "_:creationinfo_1", + "spdxId": "https://github.com/pkgconf/pkgconf/Agent/special_maintainer", + "name": "Special Maintainer" + }, + { "type": "simplelicensing_LicenseExpression", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT", @@ -45,6 +51,9 @@ "originatedBy": [ "https://github.com/pkgconf/pkgconf/Agent/default" ], + "suppliedBy": [ + "https://github.com/pkgconf/pkgconf/Agent/special_maintainer" + ], "software_copyrightText": "Quote \" backslash \\ and\ttab", "software_homePage": "https://example.com/special", "software_downloadLocation": "", @@ -79,6 +88,7 @@ ], "element": [ "https://github.com/pkgconf/pkgconf/Agent/default", + "https://github.com/pkgconf/pkgconf/Agent/special_maintainer", "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT", "https://github.com/pkgconf/pkgconf/Relationship/special/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/special/hasConcludedLicense", |
