necessist icon indicating copy to clipboard operation
necessist copied to clipboard

Output a slither like markdown checklist for easier analysis

Open tarunbhm opened this issue 1 year ago • 3 comments

tarunbhm avatar Mar 07 '23 09:03 tarunbhm

The more I think about this, the more I think it is a good idea.

smoelius avatar Jun 02 '23 15:06 smoelius

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.

smoelius avatar Jan 31 '24 17:01 smoelius

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. 🤔

smoelius avatar Aug 21 '24 12:08 smoelius