carrotsmuggler / c4-table

A utility to extract the issue links for a particular contest submitted by a particular user. Generates a markdown table with the issue links.
36 stars 2 forks source link

Feedback for c4-table #1

Open carrotsmuggler opened 4 months ago

carrotsmuggler commented 4 months ago

If you like c4-table please feel free to add whatever GitHub reaction you want below, or add a comment.

If you'd like a new feature please submit it as a new issue.

0xSorryNotSorry commented 4 months ago

Used first time today. Excellent ser! :metal:

0xSorryNotSorry commented 4 months ago

In addition, it would be awesome if it parses the issue heading for the upcoming version (IF ANY)

carrotsmuggler commented 4 months ago

Thats coming soon, as well as issue status (accepted/duplicate/selected for report/ unsat etc)

0xSorryNotSorry commented 1 month ago

The latest release is awesome. In order to see all at a glance, would it be possible to change the Legend to:

- Legend: P - Primary, D{num} - Duplicate, X - Rejected, QA - Quality Assurance, A - Analysis
+ Legend: PH - Primary (High), DH{num} - Duplicate High, PM - Primary (Medium), DM{num} - Duplicate Medium, X - Rejected, QA - Quality Assurance

In addition, Analysis reports are not continued any more by C4.

carrotsmuggler commented 1 month ago

Would rather implement a new severity column for cleaner output. Will keep Analysis for compatibility with older repos!