-
Notifications
You must be signed in to change notification settings - Fork 15
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
Error when running joern get_func_graph #12
Comments
Which version of Joern should be used? it seems that the version 1.1.107 specified in install_joern.sh is not correct. |
using the joern 1.1.1072 and |
Hello, I have reproduced according to the link you sent, but encountered an error when running maincli. Have you encountered this issue? If not, would it be convenient for you to send me your source code?
|
ValueError: num_samples should be a positive integer value, but got num_samples=0 this error might be dataset csv error
|
Hi,
I'm trying to apply DeepDFA to new data. I'm trying to follow the data preprocessing steps you have for the BigVul dataset. But when I ran the DeepDFA/DDFA/sastvd/scripts/getgraphs.py and checked the logs from joern, it seemed joern failed to compile get_func_graph, showing the following errors:
What is the reason of this?
The text was updated successfully, but these errors were encountered: