-
-
Notifications
You must be signed in to change notification settings - Fork 594
Check that we handle correctly the Windows PE versions #3790
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
Comments
@pombredanne I checked it, basically, what i do, is I use AssemblyVersion instead of Assembly Version. But in previous it is pointing to I think there might be some issue I raise a PR soon regarding this. |
Reference: aboutcode-org#3790 Signed-off-by: Alok Kumar <[email protected]>
Reference: aboutcode-org#3790 Signed-off-by: Alok Kumar <[email protected]>
Reference: aboutcode-org#3790 Signed-off-by: Alok Kumar <[email protected]>
We collect binary metadata in DLLs.
See https://github.com/nexB/scancode-toolkit/blob/4f49985c26b6b8f951f116dfa3fe39ce27bd4ce8/src/packagedcode/win_pe.py#L110
But see this publication:
https://learn.microsoft.com/en-us/troubleshoot/developer/dotnet/framework/general/assembly-version-assembly-file-version
We may also wrongly use "Assembly Version" instead of "AssemblyVersion"
The text was updated successfully, but these errors were encountered: