This repository contains code to import CPG extracted from Joern (neo4jcsv format) into Neo4j.
Note: Please refer to the Joern documentation for more information on how to use Joern.
-
Modify the
config.py
file to set the path to the csv files and the Neo4j database information. -
Start your Neo4j database.
-
Run the
main.py
file to import the CPG into Neo4j.
- neo4j (https://pypi.org/project/neo4j/)
Please feel free to open an issue or a pull request if you find any bugs, have any questions or want to make any suggestions.