SunLab-GMU / GraphSPD

The official repository of "GraphSPD: Graph-Based Security Patch Detection with Enriched Code Semantics". The paper will appear in the IEEE Symposium on Security and Privacy (S&P), San Francisco, CA, May 22-26, 2023.
https://github.com/SunLab-GMU/GraphSPD
Apache License 2.0
40 stars 7 forks source link

The version of joern #10

Open iDTer opened 3 months ago

iDTer commented 3 months ago

What is the version of joern used in the project?

I'm using 2.0.374 for gen_cpg and I can't find 'LINE_NUMBER' in the content of the cpg.dot read, I'm wondering if it's a problem with the joern version.

hope to get your reply. thx!

iDTer commented 3 months ago

After executing merge_cpg.py there is no file under testdata directory, I feel there is still a problem with this judgment if len(allEdges) > 0 or len(allNodes) > 0: in merge_cpg.py.