necessist
necessist copied to clipboard
Output a slither like markdown checklist for easier analysis
The more I think about this, the more I think it is a good idea.
Just a thought...
One way to accomplish this could be to pull the results from the necessist.db file. In other words, Necessist already has this option:
--dump Dump sqlite database contents to the console
We could add another option like --dump-markdown
or --dump-checklist
. The new option would draw from the same data and output it in the new format.
We could add another option like
--dump-markdown
or--dump-checklist
. The new option would draw from the same data and output it in the new format.
Or --dump-sarif
. 🤔