GraphSPD
GraphSPD copied to clipboard
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,...
Hello I noticed a strange error when processing some commits. for example, if we try to process a commit `https://github.com/postgres/postgres/commit/5d06e99a3cfc23bbc217b4d78b8c070ad52f720e`, we will get a `java.lang.StackOverflowError` and an infinite application loop....
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...
Using your script it seems that I can't install the following torch version that's been specified with cpu tag pip install torch==1.11.0+cpu torchvision==0.12.0+cpu torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cpu but if I change...
I’ve successfully run the inference using the provided checkpoints in the `models/` directory, which has been very helpful. However, I’m unable to locate the training code necessary for training a...