-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: additional meta tags #67
Comments
Hi @kerrymilan, I have started working on this over here: thejohnbrown@129cc1a (branch: https://github.com/thejohnbrown/writehat/tree/additional-meta-tags). I have so far implemented new tags for cvss and dread (total, info, low, medium, high and critical), proactive total and grand total per severity. I'm trying to think of a good way to approach tags for individual finding groups at the moment. I was hoping to build the |
I've implemented scoping to finding groups over here https://github.com/thejohnbrown/writehat/tree/additional-meta-tags. I approached this how I said above, giving each finding group inside the engagement a sequential ID starting from 1 according to the order they appear on the engagement overview page. For example if you had 3 finding groups and wanted to get a total count of the vulnerabilities in finding group 2, you would use the meta tag |
Any update on this? |
yo, just got around to taking a look at your implementation. I have been wanting this feature for quite some time, so I would love to get a pull request going. The main thing I noticed was that When there are no findings of a specific type or severity, it should default to a 0 value rather than being nothing, as can be seen in the following screenshot |
Good point. I'll make that change and create a PR this week. |
I have made a PR here #93. The issue with it not displaying '0' has also been fixed. If you're wondering why the branch name is different it's because I had to create a new one as git did some weird stuff. |
{todo}
tag. This tag should not display in the rendered report, but should be used to indicate in the review status or report overview page that the section requires attention.{findings.criticalCount}
and{findings.highCount}
for use in summary sections. Optionally scope to a specific finding group or finding type.The text was updated successfully, but these errors were encountered: