SourceCode-AI / aura

Python source code auditing and static analysis on a large scale
GNU General Public License v3.0
487 stars 31 forks source link

Add documentation for writing output plugins #6

Open RootLUG opened 3 years ago

RootLUG commented 3 years ago

Aura has support for defining output plugins to output the data in various formats. There are already several output formats built-in such as JSON, SQLite, text etc... however the documentation on how to write or extend Aura using the output plugins is missing as of now. This should be documented with an example/tutorial.