Metadata-Version: 2.1
Name: joern2sarif
Version: 1.0.2
Summary: Utility script to convert joern/ocular json output to sarif.
Home-page: https://github.com/joernio/joern2sarif
Author: Prabhu Subramanian
Author-email: prabhu@shiftleft.io
License: UNKNOWN
Description: # Introduction
        
        This is a utility script to convert the json file produced by [Joern](https://joern.io)/[Ocular](https://www.shiftleft.io/ocular/) to [SARIF](https://sarifweb.azurewebsites.net/) format.
        
        ## Usage
        
        ```bash
        sudo pip install joern2sarif
        joern2sarif -i findings.json -o joern-findings.sarif
        ```
        
        Example usage on [GitHub action](https://github.com/prabhu/explnode/blob/master/.github/workflows/ocular.yml)
        
        ## License
        
        Apache 2.0
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Utilities
Classifier: Topic :: Security
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
