From 9d08e806d125399e9a0cbff5f4ea21038029843d Mon Sep 17 00:00:00 2001 From: htchu Date: Mon, 30 Aug 2021 20:59:25 +0800 Subject: [PATCH 1/3] add third party for mindelec --- security/config/Third_Party_Open_Source_Software_List.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/security/config/Third_Party_Open_Source_Software_List.yaml b/security/config/Third_Party_Open_Source_Software_List.yaml index ce48f76..f457931 100644 --- a/security/config/Third_Party_Open_Source_Software_List.yaml +++ b/security/config/Third_Party_Open_Source_Software_List.yaml @@ -466,3 +466,12 @@ mindinsight: cpeName: yapf url: https://github.com/google/yapf version: 0.30.0 +mindelec: + pyevtk: + cpeName: pyevtk + url: https://github.com/paulo-herrera/PyEVTK + version: 1.4.1 + pythonocc-core: + cpeName: pythonocc-core + url: https://github.com/tpaviot/pythonocc + version: 7.5.1 \ No newline at end of file From a4e18d35c82f5d7645860151b478288648344cbe Mon Sep 17 00:00:00 2001 From: htchu Date: Wed, 1 Sep 2021 14:51:33 +0800 Subject: [PATCH 2/3] add third party for mindelec --- .../Third_Party_Open_Source_Software_List.yaml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/security/config/Third_Party_Open_Source_Software_List.yaml b/security/config/Third_Party_Open_Source_Software_List.yaml index f457931..349a9e7 100644 --- a/security/config/Third_Party_Open_Source_Software_List.yaml +++ b/security/config/Third_Party_Open_Source_Software_List.yaml @@ -474,4 +474,24 @@ mindelec: pythonocc-core: cpeName: pythonocc-core url: https://github.com/tpaviot/pythonocc - version: 7.5.1 \ No newline at end of file + version: 7.5.1 + numpy: + cpeName: numpy + version: 1.17.0 + url: https://www.numpy.org + matplotlib: + cpeName: matplotlib + version: 3.2.1 + url: https://matplotlib.org + opencv-python: + cpeName: opencv-python + version: 4.1.2.30 + url: https://github.com/skvark/opencv-python + easydict: + cpeName: easydict + version: '1.9' + url: https://github.com/makinacorpus/easydict + Pillow: + cpeName: Pillow + version: 8.2.0 + url: https://python-pillow.org \ No newline at end of file From 35032e3e2caca656a495e0fbc2bfb2108bd75b68 Mon Sep 17 00:00:00 2001 From: htchu Date: Wed, 1 Sep 2021 15:01:46 +0800 Subject: [PATCH 3/3] add third party for mindelec --- security/config/Third_Party_Open_Source_Software_List.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/security/config/Third_Party_Open_Source_Software_List.yaml b/security/config/Third_Party_Open_Source_Software_List.yaml index 349a9e7..5a73321 100644 --- a/security/config/Third_Party_Open_Source_Software_List.yaml +++ b/security/config/Third_Party_Open_Source_Software_List.yaml @@ -494,4 +494,8 @@ mindelec: Pillow: cpeName: Pillow version: 8.2.0 - url: https://python-pillow.org \ No newline at end of file + url: https://python-pillow.org + Scipy: + cpeName: Scipy + version: 1.5.2 + url: http://scipy.org/ \ No newline at end of file