You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could exempt dlls with versions included from scanning (presuming the dll in its short form name is present and scanned as well). This seems to have two drawbacks
a. I’m not sure if that would be possible from the compliance perspective
b. We might miss assets with versions included in their names that wouldn’t be part of this schema
Upload the long form name PDBs to the symbols server so they are found (presuming this helps with finding the pdbs)
Do some custom workaround (like rename the dlls) so their pdbs are found (which seems hacky and introduces special-case complexity, so I’d like to avoid it if possible)
Binskim cannot find symbols for two libraries:
• mscordaccore_amd64_amd64_#version#.dll
• mscordaccore_x86_x86_#version#.dll
As a result TSA reports duplicating work-items due to the reason that dll contains version in it's name
Four ideas were proposed:
a. I’m not sure if that would be possible from the compliance perspective
b. We might miss assets with versions included in their names that wouldn’t be part of this schema
PR for the 2nd idea: dotnet/runtime#90109
The text was updated successfully, but these errors were encountered: