-
-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3189 from nexB/3016-fix-cyclonedx
Fix unhashable type error in cyclonedx #3016
- Loading branch information
Showing
13 changed files
with
13,268 additions
and
4 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
File renamed without changes.
36 changes: 36 additions & 0 deletions
36
tests/formattedcode/data/cyclonedx/simple-icu-expected.json
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"bomFormat": "CycloneDX", | ||
"specVersion": "1.3", | ||
"version": 1, | ||
"components": [ | ||
{ | ||
"name": "source", | ||
"version": null, | ||
"bom-ref": "pkg:autotools/source", | ||
"group": null, | ||
"type": "library", | ||
"scope": "required", | ||
"copyright": null, | ||
"author": null, | ||
"description": null, | ||
"purl": "pkg:autotools/source", | ||
"hashes": [], | ||
"licenses": [ | ||
{ | ||
"expression": "LicenseRef-scancode-unicode AND FSFUL AND (FSFUL AND LicenseRef-scancode-unicode)" | ||
}, | ||
{ | ||
"expression": "LicenseRef-scancode-unicode" | ||
} | ||
], | ||
"externalReferences": [], | ||
"properties": [ | ||
{ | ||
"name": "WARNING", | ||
"value": "WARNING: component skipped in CycloneDX output: purl: pkg:autotools/source at datafile_paths: ['simple-icu/source/configure']" | ||
} | ||
] | ||
} | ||
], | ||
"dependencies": [] | ||
} |
Oops, something went wrong.