-
Notifications
You must be signed in to change notification settings - Fork 82
Description
Hi,
I have an issue when scaning a app directory which has in different subfolders the "same" dll, the 2 dll's have the same binary name and product name but have different versions and publisher
With the default PubRuleGranularity it scans only one dll and leaves the other out.
pubOnly: working
pubProduct: working
pubProductBinary (default): not working
pubProdBinVer: not working
Example:
SubFolder1:
LIBIOMP5MD.DLL
ProductName: "INTEL(R) OPENMP* RUNTIME LIBRARY"
PublisherName: "O=INTEL CORPORATION, L=SANTA CLARA, S=CA, C=US"
Version: 5.0.2014.710
SubFolder2:
LIBIOMP5MD.DLL
ProductName: "INTEL(R) OPENMP* RUNTIME LIBRARY"
PublisherName: "O=INTEL CORPORATION, S=CALIFORNIA, C=US"
Version: 5.0.2023.428
I really would like to have that working on all levels. Or I'm wrong here?