-
-
Notifications
You must be signed in to change notification settings - Fork 580
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix packages bug for single file resources
Package_manifests were not being collected when there was a single file in the codebase, this fixes the bug and regenerates tests. Signed-off-by: Ayan Sinha <[email protected]>
- Loading branch information
1 parent
46f4b69
commit 7d668cb
Showing
12 changed files
with
558 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,56 @@ | |
} | ||
} | ||
], | ||
"packages": [], | ||
"packages": [ | ||
{ | ||
"type": "winexe", | ||
"namespace": null, | ||
"name": "Microsoft\u00ae Windows\u00ae Operating System", | ||
"version": "10.0.17763.1", | ||
"qualifiers": {}, | ||
"subpath": null, | ||
"primary_language": null, | ||
"description": "Change CodePage Utility", | ||
"release_date": null, | ||
"parties": [ | ||
{ | ||
"type": "organization", | ||
"role": "author", | ||
"name": "Microsoft Corporation", | ||
"email": null, | ||
"url": null | ||
} | ||
], | ||
"keywords": [], | ||
"homepage_url": null, | ||
"download_url": null, | ||
"size": null, | ||
"sha1": null, | ||
"md5": null, | ||
"sha256": null, | ||
"sha512": null, | ||
"bug_tracking_url": null, | ||
"code_view_url": null, | ||
"vcs_url": null, | ||
"copyright": "\u00a9 Microsoft Corporation. All rights reserved.", | ||
"license_expression": "unknown", | ||
"declared_license": { | ||
"LegalCopyright": "\u00a9 Microsoft Corporation. All rights reserved.", | ||
"LegalTrademarks": "", | ||
"License": null | ||
}, | ||
"notice_text": null, | ||
"root_path": null, | ||
"dependencies": [], | ||
"contains_source_code": null, | ||
"source_packages": [], | ||
"extra_data": {}, | ||
"purl": "pkg:winexe/Microsoft%C2%AE%20Windows%C2%AE%20Operating%[email protected]", | ||
"repository_homepage_url": null, | ||
"repository_download_url": null, | ||
"api_data_url": null | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"path": "chcp.com", | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,56 @@ | |
} | ||
} | ||
], | ||
"packages": [], | ||
"packages": [ | ||
{ | ||
"type": "winexe", | ||
"namespace": null, | ||
"name": "Microsoft\u00ae Windows\u00ae Operating System", | ||
"version": "10.0.18362.1256", | ||
"qualifiers": {}, | ||
"subpath": null, | ||
"primary_language": null, | ||
"description": "Common Log File System Driver", | ||
"release_date": null, | ||
"parties": [ | ||
{ | ||
"type": "organization", | ||
"role": "author", | ||
"name": "Microsoft Corporation", | ||
"email": null, | ||
"url": null | ||
} | ||
], | ||
"keywords": [], | ||
"homepage_url": null, | ||
"download_url": null, | ||
"size": null, | ||
"sha1": null, | ||
"md5": null, | ||
"sha256": null, | ||
"sha512": null, | ||
"bug_tracking_url": null, | ||
"code_view_url": null, | ||
"vcs_url": null, | ||
"copyright": "\u00a9 Microsoft Corporation. All rights reserved.", | ||
"license_expression": "unknown", | ||
"declared_license": { | ||
"LegalCopyright": "\u00a9 Microsoft Corporation. All rights reserved.", | ||
"LegalTrademarks": "", | ||
"License": null | ||
}, | ||
"notice_text": null, | ||
"root_path": null, | ||
"dependencies": [], | ||
"contains_source_code": null, | ||
"source_packages": [], | ||
"extra_data": {}, | ||
"purl": "pkg:winexe/Microsoft%C2%AE%20Windows%C2%AE%20Operating%[email protected]", | ||
"repository_homepage_url": null, | ||
"repository_download_url": null, | ||
"api_data_url": null | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"path": "clfs.sys.mui", | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,52 @@ | |
} | ||
} | ||
], | ||
"packages": [], | ||
"packages": [ | ||
{ | ||
"type": "windows-update", | ||
"namespace": null, | ||
"name": "Package_1_for_KB4601060", | ||
"version": "10.0.3770.4", | ||
"qualifiers": {}, | ||
"subpath": null, | ||
"primary_language": null, | ||
"description": "Fix for KB4601060", | ||
"release_date": null, | ||
"parties": [ | ||
{ | ||
"type": "organization", | ||
"role": "owner", | ||
"name": "Microsoft Corporation", | ||
"email": null, | ||
"url": null | ||
} | ||
], | ||
"keywords": [], | ||
"homepage_url": "http://support.microsoft.com/?kbid=4601060", | ||
"download_url": null, | ||
"size": null, | ||
"sha1": null, | ||
"md5": null, | ||
"sha256": null, | ||
"sha512": null, | ||
"bug_tracking_url": null, | ||
"code_view_url": null, | ||
"vcs_url": null, | ||
"copyright": "Microsoft Corporation", | ||
"license_expression": null, | ||
"declared_license": null, | ||
"notice_text": null, | ||
"root_path": null, | ||
"dependencies": [], | ||
"contains_source_code": null, | ||
"source_packages": [], | ||
"extra_data": {}, | ||
"purl": "pkg:windows-update/[email protected]", | ||
"repository_homepage_url": null, | ||
"repository_download_url": null, | ||
"api_data_url": null | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"path": "test.mum", | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,56 @@ | |
} | ||
} | ||
], | ||
"packages": [], | ||
"packages": [ | ||
{ | ||
"type": "winexe", | ||
"namespace": null, | ||
"name": "Microsoft\u00ae Windows\u00ae Operating System", | ||
"version": "10.0.18362.1256", | ||
"qualifiers": {}, | ||
"subpath": null, | ||
"primary_language": null, | ||
"description": "Crypto API32", | ||
"release_date": null, | ||
"parties": [ | ||
{ | ||
"type": "organization", | ||
"role": "author", | ||
"name": "Microsoft Corporation", | ||
"email": null, | ||
"url": null | ||
} | ||
], | ||
"keywords": [], | ||
"homepage_url": null, | ||
"download_url": null, | ||
"size": null, | ||
"sha1": null, | ||
"md5": null, | ||
"sha256": null, | ||
"sha512": null, | ||
"bug_tracking_url": null, | ||
"code_view_url": null, | ||
"vcs_url": null, | ||
"copyright": "\u00a9 Microsoft Corporation. All rights reserved.", | ||
"license_expression": "unknown", | ||
"declared_license": { | ||
"LegalCopyright": "\u00a9 Microsoft Corporation. All rights reserved.", | ||
"LegalTrademarks": "", | ||
"License": null | ||
}, | ||
"notice_text": null, | ||
"root_path": null, | ||
"dependencies": [], | ||
"contains_source_code": null, | ||
"source_packages": [], | ||
"extra_data": {}, | ||
"purl": "pkg:winexe/Microsoft%C2%AE%20Windows%C2%AE%20Operating%[email protected]", | ||
"repository_homepage_url": null, | ||
"repository_download_url": null, | ||
"api_data_url": null | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"path": "crypt32.dll.mun", | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,56 @@ | |
} | ||
} | ||
], | ||
"packages": [], | ||
"packages": [ | ||
{ | ||
"type": "winexe", | ||
"namespace": null, | ||
"name": "Microsoft\u00ae Windows\u00ae Operating System", | ||
"version": "10.0.17763.1697", | ||
"qualifiers": {}, | ||
"subpath": null, | ||
"primary_language": null, | ||
"description": "Export driver for kernel mode TPM API", | ||
"release_date": null, | ||
"parties": [ | ||
{ | ||
"type": "organization", | ||
"role": "author", | ||
"name": "Microsoft Corporation", | ||
"email": null, | ||
"url": null | ||
} | ||
], | ||
"keywords": [], | ||
"homepage_url": null, | ||
"download_url": null, | ||
"size": null, | ||
"sha1": null, | ||
"md5": null, | ||
"sha256": null, | ||
"sha512": null, | ||
"bug_tracking_url": null, | ||
"code_view_url": null, | ||
"vcs_url": null, | ||
"copyright": "\u00a9 Microsoft Corporation. All rights reserved.", | ||
"license_expression": "unknown", | ||
"declared_license": { | ||
"LegalCopyright": "\u00a9 Microsoft Corporation. All rights reserved.", | ||
"LegalTrademarks": "", | ||
"License": null | ||
}, | ||
"notice_text": null, | ||
"root_path": null, | ||
"dependencies": [], | ||
"contains_source_code": null, | ||
"source_packages": [], | ||
"extra_data": {}, | ||
"purl": "pkg:winexe/Microsoft%C2%AE%20Windows%C2%AE%20Operating%[email protected]", | ||
"repository_homepage_url": null, | ||
"repository_download_url": null, | ||
"api_data_url": null | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"path": "tbs.sys", | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,56 @@ | |
} | ||
} | ||
], | ||
"packages": [], | ||
"packages": [ | ||
{ | ||
"type": "winexe", | ||
"namespace": null, | ||
"name": "Microsoft\u00ae Windows\u00ae Operating System", | ||
"version": "10.0.18362.1256", | ||
"qualifiers": {}, | ||
"subpath": null, | ||
"primary_language": null, | ||
"description": "STDOLE2.TLB", | ||
"release_date": null, | ||
"parties": [ | ||
{ | ||
"type": "organization", | ||
"role": "author", | ||
"name": "Microsoft Corporation", | ||
"email": null, | ||
"url": null | ||
} | ||
], | ||
"keywords": [], | ||
"homepage_url": null, | ||
"download_url": null, | ||
"size": null, | ||
"sha1": null, | ||
"md5": null, | ||
"sha256": null, | ||
"sha512": null, | ||
"bug_tracking_url": null, | ||
"code_view_url": null, | ||
"vcs_url": null, | ||
"copyright": "\u00a9 Microsoft Corporation. All rights reserved.", | ||
"license_expression": "unknown", | ||
"declared_license": { | ||
"LegalCopyright": "\u00a9 Microsoft Corporation. All rights reserved.", | ||
"LegalTrademarks": "", | ||
"License": null | ||
}, | ||
"notice_text": null, | ||
"root_path": null, | ||
"dependencies": [], | ||
"contains_source_code": null, | ||
"source_packages": [], | ||
"extra_data": {}, | ||
"purl": "pkg:winexe/Microsoft%C2%AE%20Windows%C2%AE%20Operating%[email protected]", | ||
"repository_homepage_url": null, | ||
"repository_download_url": null, | ||
"api_data_url": null | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"path": "stdole2.tlb", | ||
|
Oops, something went wrong.