aboutcode-org / aboutcode-org/scancode-toolkit

Create winexe package only when name is available?

オープン
#3,054 コメント 0 件 リアクション 0 件 担当者 1 名 @JonoYang が担当を希望しています GitHub で見る
bug
主要言語
Python
スター
2.6k
フォーク
791
平均マージ
1日 12時間
マージ済み PR(30日)
5

説明

I scanned a docker image layer from `docker://python:3.8-slim-buster` using the `--system-package` option and there were a number of Package data detected from Windows executables that did not provide a name or any other information:
```
{
"type": "winexe",
"namespace": null,
"name": null,
"version": null,
"qualifiers": {},
"subpath": null,
"primary_language": null,
"description": "",
"release_date": null,
"parties": [],
"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": null,
"license_expression": "unknown AND unknown",
"declared_license": {
"LegalCopyright": null,
"LegalTrademarks": "",
"License": null
},
"notice_text": null,
"source_packages": [],
"file_references": [],
"extra_data": {},
"dependencies": [],
"repository_homepage_url": null,
"repository_download_url": null,
"api_data_url": null,
"datasource_id": "windows_executable",
"purl": null
}

```
Should we skip package creation for Windows executables if we cannot get a name for it?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。