microsoft / microsoft/onnxruntime
[Build] DLLs in maven build are not digitally signed
- Dominant language
- C++
- Stars
- 21.9k
- Forks
- 4.2k
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 184
Description
### Describe the issue
DLLs in maven build are not digitally signed.
https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime/1.16.3/
extract [onnxruntime-1.16.3.jar] (https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime/1.16.3/onnxruntime-1.16.3.jar)
Browse to onnxruntime-1.16.3\ai\onnxruntime\native\win-x64
View properties of onnxruntime.dll and onnxruntime4j_jni.dll -> the files are not signed
### Urgency
We cannot run unsigned DLLs from user writeable folders.
### Target platform
Windows
### Build script
.
### Error / output
.
### Visual Studio Version
_No response_
### GCC / Compiler Version
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.