From a92c47f33b81c43341bd30f119539db74883cccc Mon Sep 17 00:00:00 2001 From: yyyyrf Date: Fri, 4 Jul 2025 10:54:33 +0800 Subject: [PATCH] add golden-stick open source --- ...Third_Party_Open_Source_Software_List.yaml | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/security/config/Third_Party_Open_Source_Software_List.yaml b/security/config/Third_Party_Open_Source_Software_List.yaml index 50dade6..0099e92 100644 --- a/security/config/Third_Party_Open_Source_Software_List.yaml +++ b/security/config/Third_Party_Open_Source_Software_List.yaml @@ -972,6 +972,62 @@ vllm-mindspore: milestone: B-SIG-InferNetwork schName: ray +golden-stick: + numpy: + cpeName: numpy + version: ">= 1.20.0,<2.0.0" + url: https://www.numpy.org + language: Python + license: BSD 3-Clause License + handler: hangangqiang + milestone: B-SIG-QUANT + schName: numpy + scipy: + cpeName: scipy + version: ">= 1.5.2" + url: https://scipy.org/ + language: Python + license: BSD 3-Clause License + handler: hangangqiang + milestone: B-SIG-QUANT + schName: scipy + pyyaml: + cpeName: pyyaml + version: ">= 6.0" + url: https://pyyaml.org/ + language: Python + license: MIT License + handler: hangangqiang + milestone: B-SIG-QUANT + schName: pyyaml + matplotlib: + cpeName: matplotlib + version: "3.10.0" + url: https://matplotlib.org/ + language: Python + license: BSD 3-Clause License + handler: hangangqiang + milestone: B-SIG-QUANT + schName: matplotlib + prettytable: + cpeName: prettytable + version: 3.16.0 + url: https://github.com/prettytable/prettytable/ + language: Python + license: BSD 3-Clause License + handler: hangangqiang + milestone: B-SIG-QUANT + schName: prettytable + pytest: + cpeName: pytest + version: ">= 1.6.0" + url: https://docs.pytest.org/ + language: Python + license: MIT License + handler: hangangqiang + milestone: B-SIG-QUANT + schName: pytest + others: gensim: cpeName: gensim -- Gitee