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
47 stars 2 forks source link

[Python] Enhance usages to enable API operation resolution #132

Open cerrussell opened 7 months ago

cerrussell commented 7 months ago

Currently, we don't have an easy way to determine operation methods in atom-tools for Python projects. In Java and Javascript, the string we use to identify endpoints usually includes this information.