Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible unsigned DLL files? #10395

Open
GregPlowman opened this issue Feb 1, 2025 · 0 comments
Open

Possible unsigned DLL files? #10395

GregPlowman opened this issue Feb 1, 2025 · 0 comments

Comments

@GregPlowman
Copy link

GregPlowman commented Feb 1, 2025

Within out corporate environment (Windows) we have received alerts from anti-malware software (Cortex) regarding suspicious DLL files.

libodbccr-2.dll
libboost_system.dll
libboost_date_time.dll

The report indicates these files are not signed, which contributed to their detection as potential security concerns.

My questions are:

  • Are the DLL files indeed unsigned?
  • If so, is this intended?

libodbccr-2.dll is used in unixODBC_jll
ODBC -> unixODBC_jll

libboost_system.dll and libboost_date_time.dll are used in boost_jll
SCIP -> SCIP_jll -> boost_jll
SCIP -> SCIP_PaPILO_jll -> boost_jll

Output from versioninfo()

Julia Version 1.11.3
Commit d63adeda50 (2025-01-21 19:42 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: 64 × AMD Ryzen Threadripper PRO 5975WX 32-Cores
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant