Skip to main content

No project description provided

Project description

Joern Slice

Installation

Install joern-slice by running:

pip install joern-slice

Basic using

Look how easy it is to use:

    from joern_slice.cv_extract import extract_info

    diff_path = './data' #diff文件路径
    info_path = './diff_info' #关键变量保存路径
    extract_info(diff_path, info_path)

Data file directory structure

    data/
        ├── software1/
        │   ├── CVE-2017-xxxx/
        │   │   └──  patch.diff
        │   ├── CVE-2017-xxxx/
        │   │   └──  patch.diff
        │   └── CVE-2017-xxxx/
        │       └──  patch.diff
        └── software2/
            ├── CVE-2019-xxxx/
            │   └──  patch.diff
            ├── CVE-2019-xxxx/
            │   └── patch.diff
            └── CVE-2019-xxxx/
                └──  patch.diff

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

joern_slice-0.1.1.tar.gz (15.3 kB view hashes)

Uploaded Source

Built Distribution

joern_slice-0.1.1-py3-none-any.whl (15.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page