aboutcode-org / aboutcode-org/scancode-toolkit

Create winexe package only when name is available?

未关闭
#3,054 0 条评论 0 个 reaction 已指派 1 人 已被 @JonoYang 认领 在 GitHub 查看
bug
主要语言
Python
星标
2.6k
派生
791
平均合并
1 天 12 小时
30 天内合并 PR
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 摘要。