Metadata-Version: 2.1
Name: joern-slice
Version: 0.1.1
Summary: 
Author: Your Name
Author-email: 2278594051@qq.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

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
    



 

 

