Project Name | OpenVINO Model Server |
---|---|
Lines of code analyzed | 1,038,684 |
On Coverity Scan since | Oct 24, 2022 |
Last build analyzed | 8 days ago |
Language | C/C++ |
Repository URL | https://github.com/openvinotoolkit/model_server |
Homepage URL | N/A |
License | Apache (Apache License ) |
Want to view defects or help fix defects?
Add me to projectVersion: 15_11_2024_1
Line of Code (LOC) | Defect Density |
---|---|
Less than 100,000 | 0.35 |
100,000 to 499,999 | 0.5 |
500,000 to 1 million | 0.7 |
More than 1 million | 0.65 |
Note: Defect density is measured by the number of defects per 1,000 lines of code, identified by the Coverity platform. The numbers shown above are from our 2013 Coverity Scan Report, which analyzed 250 million lines of open source code.
Note: Defect density is measured by the number of defects per 1,000 lines of code.
Component Name | Pattern | Ignore | Line of Code | Defect density |
---|---|---|---|---|
external cpprest | .*/external/cpprest/.* | No | 0 | N/A |
external tensorflow serving | .*/external/tensorflow_serving/.* | No | 0 | N/A |
ovms core | .*/ovms/src/.* | No | 37,579 | 0.67 |
external grpc | .*/ovms/external/com_github_grpc_grpc/.* | No | 139,712 | 2.60 |
external rapidjson | .*/external/rapidjson/.* | No | 0 | N/A |
external awssdk | .*/external/awssdk/.* | No | 0 | N/A |
external protobuf | .*/external/com_google_protobuf/.* | No | 150,586 | 1.41 |
triton-clients | .*/triton-client-build/.* | No | 0 | N/A |
external minitrace | .*/external/minitrace/.* | No | 551 | 0.00 |
external prometheus_cpp | .*/external/com_github_jupp0r_prometheus_cpp/.* | No | 1,293 | 1.55 |
external libjpeg_turbo | .*/external/libjpeg_turbo/.* | No | 26,105 | 1.38 |
external cxxopts | .*/external/cxxopts/.* | No | 0 | N/A |
kserve cpp client | .*/cpp/kserve-api/.* | No | 0 | N/A |
tfs cpp client | .*/cpp_clients/src/.* | No | 0 | N/A |
external blingfire | .*/blingfireclient.library/.* | No | 0 | N/A |
external blingfire lib | .*/blingfiretokdll/.* | No | 0 | N/A |
external tensorflow | .*/external/org_tensorflow/.* | Yes | 800,741 | N/A |
ovms calculators | .*/mediapipe/calculators/ovms/.* | No | 5,479 | 0.18 |
external azure | */external/azure/.* | Yes | 8,991 | N/A |
external abseil | .*/external/com_google_absl/absl/.* | Yes | 62,367 | N/A |
external gcp | .*/external/com_github_googleapis_google_cloud_cpp/.* | Yes | 30,594 | N/A |
geti calculators | .*/mediapipe/calculators/geti/.* | No | 14,429 | 7.14 |
llm engine | .*/external/llm_engine/src/cpp/.* | No | 18,077 | 13.39 |
external drogon | .*/external/drogon/.* | No | 0 | N/A |
external mediapipe framework | .*/external/mediapipe/mediapipe/framework/.* | No | 123,559 | 1.38 |
Other | .* | No | 2,229,457 | 1.09 |
ID | CWE-Name | Number of Defects |
---|---|---|
120 | Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') | 4 |
190 | Integer Overflow or Wraparound | 175 |
676 | Use of Potentially Dangerous Function | 8 |
Coverity Scan tests every line of code and potential execution path. The root cause of each defect is clearly explained, making it easy to fix bugs.
Would you like to view the project defects, or help improve its quality by fixing defects?
Add me to project