CycloneDX / CycloneDX/cyclonedx-python-lib

[FEAT] Define hierarchical and flat merge methods

未关闭
#909 9 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
contrib enhancement
主要语言
Python
星标
117
派生
67
平均合并
8 天 2 小时
30 天内合并 PR
2

描述

The C# Library and the CLI tool expose to the user the methods for merging different SBOMs using either hierarchical or flat strategies. This is completely absent in the python library and forces to user to write them leading to differences in implementations. Would it make sense to expose this function/method? The C# library HierarchicalMerge function takes in a list of boms and the merge component, so i guess it would be something like

```python
def hierachical_merge(boms, metadata_component):
# merge stuff
return merged_bom
```
while the flat merge

```python
def flat_merge(boms):
return merged_bom
```

贡献指南

打开贡献指南

调研方向

首先,将 C# 库的 HierarchicalMerge 行为与 CLI 的层级合并和扁平合并方法进行比较,然后确定 Python 库中对应的公共 API。该 issue 提议 hierachical_merge(boms, metadata_component) 和 flat_merge(boms);当两种策略都以与现有实现一致的行为对外提供,并为用户编写文档时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
csharp, python
领域
api, backend-api-design
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
基本清楚
新手友好度
25/100

把新 issue 发到你的邮箱

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