Browse Source

!203 Serving, add serving third party yaml

Merge pull request !203 from 徐永飞/master
pull/196/MERGE
i-robot Gitee 3 years ago
parent
commit
b48e0dc967
1 changed files with 65 additions and 1 deletions
  1. +65
    -1
      security/config/Third_Party_Open_Source_Software_List.yaml

+ 65
- 1
security/config/Third_Party_Open_Source_Software_List.yaml View File

@@ -459,4 +459,68 @@ mindelec:
Scipy:
cpeName: Scipy
version: 1.5.2
url: http://scipy.org/
url: http://scipy.org/
serving:
abseil-cpp:
cpeName: abseil-cpp
version: 20200923.3
url: https://github.com/abseil/abseil-cpp
c-ares:
cpeName: c-ares
version: 1.15.0
url: https://c-ares.haxx.se/
Eigen:
cpeName: Eigen
version: 3.3.7
url: http://eigen.tuxfamily.org/index.php?title=Main_Page
google/glog:
cpeName: google/glog
version: 0.4.0
url: https://github.com/google/glog
google/protobuf:
cpeName: google/protobuf
version: 3.13.0
url: https://github.com/protocolbuffers/protobuf
gRPC:
cpeName: gRPC
version: 1.36.1
url: https://grpc.io
googletest:
cpeName: googletest
version: 1.8.1
url: http://code.google.com/p/googletest/
JSON for Modern C++:
cpeName: JSON for Modern C++
version: 3.6.1
url: https://github.com/nlohmann/json
libevent:
cpeName: libevent
version: 2.1.12
url: https://libevent.org/
pybind11:
cpeName: pybind11
version: 2.6.1
url: https://pybind11.readthedocs.io/en/latest/
re2:
cpeName: re2
version: 20191201
url: https://github.com/google/re2
zlib:
cpeName: zlib
version: 1.2.11
url: https://www.zlib.net/
numpy:
cpeName: numpy
version: 1.17.0
url: https://www.numpy.org
psutil:
cpeName: psutil
url: https://github.com/giampaolo/psutil
grpcio:
cpeName: grpcio
version: 1.36.0
url: https://grpc.io/
requests:
cpeName: requests
version: 2.22.0
url: https://docs.python-requests.org/en/latest/

Loading…
Cancel
Save