Metadata-Version: 2.1
Name: pjscan
Version: 1.0.2
Summary: Analysis framework for PHPJoy 
Home-page: https://github.com/EnhancedPHPJoern/PJScan
Author: shaobaobaoer
Author-email: shaobaobaoer@126.com
License: New BSD
Keywords: click plugin setuptools entry-point
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: AUTHORS.txt

PJScan
======

Introduction
------------

This framework helps you discover security vulnerabilities by executing graph traversals on the Code Property Graph. 

NetworkX is a Python package for the creation, manipulation,
and study of the structure, dynamics, and functions
of complex networks.

- **Website (including documentation):** TODO
- **Mailing list:** TODO
- **Source:** https://github.com/EnhancedPHPJoern/PJScan
- **Bug reports:** https://github.com/EnhancedPHPJoern/PJScan/issue
- **Tutorial:** TODO
- **GitHub Discussions:** https://github.com/EnhancedPHPJoern/PJScan/discussions

Install
-------

Install the latest version of NetworkX::

    $ pip install pjscan

Install with all optional dependencies::

    $ pip install pjscan[all]

For additional details, please see `INSTALL.rst`.

Bugs
----

Please report any bugs that you find `here <https://github.com/EnhancedPHPJoern/PJScan/issues>`_.
Or, even better, fork the repository on `GitHub <https://github.com/EnhancedPHPJoern/PJScan>`_
and create a pull request (PR). We welcome all changes, big or small, and we
will help you make the PR if you are new to `git` (just ask on the issue and/or
see `CONTRIBUTING.rst`).

License
-------

Released under the 3-Clause BSD license (see `LICENSE.txt`)::

