-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: unify Library and Package structs (#6633)
Signed-off-by: knqyf263 <[email protected]> Co-authored-by: DmitriyLewen <[email protected]> Co-authored-by: DmitriyLewen <[email protected]>
- Loading branch information
1 parent
39ebed4
commit 3eecfc6
Showing
156 changed files
with
3,895 additions
and
3,669 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 |
---|---|---|
|
@@ -21,6 +21,30 @@ | |
"Class": "lang-pkgs", | ||
"Type": "conan", | ||
"Packages": [ | ||
{ | ||
"ID": "poco/1.9.4", | ||
"Name": "poco", | ||
"Identifier": { | ||
"PURL": "pkg:conan/[email protected]", | ||
"UID": "312753cebe80c0eb" | ||
}, | ||
"Version": "1.9.4", | ||
"Relationship": "direct", | ||
"DependsOn": [ | ||
"pcre/8.43", | ||
"zlib/1.2.12", | ||
"expat/2.4.8", | ||
"sqlite3/3.39.2", | ||
"openssl/1.1.1q" | ||
], | ||
"Layer": {}, | ||
"Locations": [ | ||
{ | ||
"StartLine": 12, | ||
"EndLine": 25 | ||
} | ||
] | ||
}, | ||
{ | ||
"ID": "bzip2/1.0.8", | ||
"Name": "bzip2", | ||
|
@@ -97,30 +121,6 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"ID": "poco/1.9.4", | ||
"Name": "poco", | ||
"Identifier": { | ||
"PURL": "pkg:conan/[email protected]", | ||
"UID": "312753cebe80c0eb" | ||
}, | ||
"Version": "1.9.4", | ||
"Relationship": "direct", | ||
"DependsOn": [ | ||
"pcre/8.43", | ||
"zlib/1.2.12", | ||
"expat/2.4.8", | ||
"sqlite3/3.39.2", | ||
"openssl/1.1.1q" | ||
], | ||
"Layer": {}, | ||
"Locations": [ | ||
{ | ||
"StartLine": 12, | ||
"EndLine": 25 | ||
} | ||
] | ||
}, | ||
{ | ||
"ID": "sqlite3/3.39.2", | ||
"Name": "sqlite3", | ||
|
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 |
---|---|---|
|
@@ -35,6 +35,17 @@ | |
], | ||
"Layer": {} | ||
}, | ||
{ | ||
"ID": "[email protected]", | ||
"Name": "werkzeug", | ||
"Identifier": { | ||
"PURL": "pkg:pypi/[email protected]", | ||
"UID": "4176be111ad01070" | ||
}, | ||
"Version": "0.14", | ||
"Relationship": "direct", | ||
"Layer": {} | ||
}, | ||
{ | ||
"ID": "[email protected]", | ||
"Name": "colorama", | ||
|
@@ -46,17 +57,6 @@ | |
"Indirect": true, | ||
"Relationship": "indirect", | ||
"Layer": {} | ||
}, | ||
{ | ||
"ID": "[email protected]", | ||
"Name": "werkzeug", | ||
"Identifier": { | ||
"PURL": "pkg:pypi/[email protected]", | ||
"UID": "4176be111ad01070" | ||
}, | ||
"Version": "0.14", | ||
"Relationship": "direct", | ||
"Layer": {} | ||
} | ||
], | ||
"Vulnerabilities": [ | ||
|
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
Oops, something went wrong.