AppThreat / atom

Atom is a novel intermediate representation for applications and a standalone tool that is powered by chen.
https://appthreat.com
Apache License 2.0
43 stars 2 forks source link

Extract Python Dependencies & Imports #21

Closed DavidBakerEffendi closed 1 year ago

DavidBakerEffendi commented 1 year ago

Added PythonDependencyScanner util to ingest a Python CPG and scan the setup.py and import nodes. The result is a list of modules that are required by the setup and that are imported and not local modules.

Related to #20