We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
libodbccr-2.dll is used in unixODBC_jll ODBC -> unixODBC_jll
libodbccr-2.dll
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
libboost_system.dll
libboost_date_time.dll
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Within out corporate environment (Windows) we have received alerts from anti-malware software (Cortex) regarding suspicious DLL files.
The report indicates these files are not signed, which contributed to their detection as potential security concerns.
My questions are:
libodbccr-2.dll
is used inunixODBC_jll
ODBC -> unixODBC_jll
libboost_system.dll
andlibboost_date_time.dll
are used inboost_jll
SCIP -> SCIP_jll -> boost_jll
SCIP -> SCIP_PaPILO_jll -> boost_jll
Output from versioninfo()
The text was updated successfully, but these errors were encountered: