A client library for CPG servers
Project description
A Python client library for Joern Server
A library to script code analyzers based on code property graphs (e.g., Joern/Ocular) via Python.
Requirements
- Python 3 and Pip(we do not support Python 2.7) see (https://packaging.python.org/tutorials/installing-packages/)
Installation
To download and install the latest version, issue the following command:
pip install cpgclientlib
Usage
Assuming that joernd
is running locally, the following short scripts creates a code property graph and runs a query to retrieve all methods in JSON format.
#!/usr/bin/env python3
from cpgclient.CpgClient import CpgClient
server = '127.0.0.1'
port = 8080
client = CpgClient(server, port)
client.create_cpg('/path/to/cpg')
methods = client.query('cpg.method.toJson')
print(methods)
References
- Code Property Graph specification and tools https://github.com/ShiftLeftSecurity/codepropertygraph/
- The open source code analyze joern: https://joern.io
- ShiftLeft Ocular: https://ocular.shiftleft.io
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cpgclientlib-0.9.277.tar.gz
(3.2 kB
view details)
File details
Details for the file cpgclientlib-0.9.277.tar.gz
.
File metadata
- Download URL: cpgclientlib-0.9.277.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05a5674c95488f071228acbc2e7962dd43b91e1ca6cab82f2b49530fc1cce18e |
|
MD5 | fc9947a07159794e91fa1ff50217eed5 |
|
BLAKE2b-256 | 3d0e41f30ae19f8197af47d24de2389145aab0362373c07000c6e90e70fc651c |