-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Could not execute GrokAssembly Premature end of file #1464
Comments
Are you analyzing any DLLs or EXEs? |
A folder with dll. |
So can this issue be closed? |
No, because I still can't run in my machine. In 2 of 3 machines that I tested just run in one. |
On the machine where this fails - is the .NET runtime (or mono) installed? The current dependency-check does not support .NET core yet. We will switch to .NET core in the 4.x release. What output do you get if you download the GrokAssemble.exe and GrokAssemble.exe.config and run GrokAssembly on itself?
|
Can you try 5.0.0-M2 - I believe this should be resolved. |
I have a very similar issue on version 5.2.2 with dotnet core 3.0.100 installed
|
Same problem here, do you have a solution for this? |
@metareven @gruselglatz same here! |
At least the docker image works, so use that as a workaround if you need to use this tool |
It looks like DependencyCheck requires DotNet Core v2. I don't think this is a bug but I do think that it should be made clearer. If you install the DotNet Core v2 run-time then the scanner should run successfully. I've tested this solution works in a DotNet Core v3 Docker image by installing the DotNet Core v2.2.7 run-time. |
Would be great if it worked out of the box with dotnet core 3 as well |
@jeremylong could you confirm which version of |
I'll re-compile to dotnet 3 with the next release. |
Thanks @jeremylong I assume you specifically mean .NET Core v3.1 which is the current LTS. |
Hi,
I've downloaded the latest version of Dependecy Check (3.3.1) and already tried also with one previous version (3.0.2) after tested with 3.3.1 and I'm getting the error related with GrokAssembly
Log:
https://gist.github.com/razeitona/2b1d4d96d5f68b36756479d3e8aecd35
The text was updated successfully, but these errors were encountered: