Vul-LMGNN / vul-LMGGNN

Code for the paper - Source Code Vulnerability Detection: Combining Code Language Models and Code Property Graph
Apache License 2.0
42 stars 10 forks source link

Where is the raw dataset? #1

Closed henrywoo closed 7 months ago

henrywoo commented 7 months ago

I was following the Preparing the CPG command but got issue below:

FileNotFoundError: File data/raw/dataset.json does not exist

May I know where is the raw dataset.json?

Vul-LMGNN commented 7 months ago

Hi henrywoo, you can find the corresponding dataset via this link: https://drive.google.com/file/d/1x6hoF7G-tSYxg8AFybggypLZgMGDNHfF/view. Please note that you may need to slightly modify the code for extracting CPG based on the format of different datasets.