Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 637 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 637 Bytes

Joern CPG to Neo4j

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.

Usage

  1. Modify the config.py file to set the path to the csv files and the Neo4j database information.

  2. Start your Neo4j database.

  3. Run the main.py file to import the CPG into Neo4j.

Dependencies

Contributing

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.