Skip to content

BuildRulesForFilesInWritableDirectories.ps1 issue #43

Description

@vollschauer

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions