aboutcode-org / aboutcode-org/scancode-toolkit

Authenticated Git dependency in package.json parsed as package "git" instead of declared dependency name

未关闭
#4,753 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
Python
星标
2.6k
派生
791
平均合并
1 天 12 小时
30 天内合并 PR
5

描述

**Description**
ScanCode reports an incorrect dependency name when a package.json dependency uses an authenticated Git URL.

The dependency key defined in package.json is lost and replaced with "git".

**Steps to reproduce**
1. Create package.json:

{
"name": "example",
"version": "1.0.0",
"dependencies": {
"private-lib": "git+ssh://git@github.com:org/repo.git#v1.0.0"
}
}

2. Run:
./scancode -clip --json result.json .

3. Inspect dependency output

**Observed result**
Dependency is reported as:
pkg:npm/git

The declared dependency name "private-lib" is not preserved.

**Expected result**
Dependency name should remain "private-lib"
and the Git URL should be treated as the requirement for that dependency.

**Why this matters**
Authenticated Git dependencies are commonly used for private repositories.
Incorrect dependency names break dependency tracking and SBOM generation.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。