Skip to content

I'm not able to insert findings variables in a table #318

Answered by aronmolnar
OlderMutt asked this question in Q&A
Discussion options

You must be logged in to vote

Sure, you can add owasp_top10_2021 as a finding field. This is an enum object that you can then use in your report, e.g. {{ finding.owasp_top10_2021.label }}. This would print "A01:2021 - Broken Access Control" to your report.

You can use lodash to postprocess the label, e.g. strip :2021 by using lodash.replace(finding.owasp_top10_2021.label, ':2021', '')

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@OlderMutt
Comment options

@OlderMutt
Comment options

@aronmolnar
Comment options

Answer selected by OlderMutt
@OlderMutt
Comment options

@OlderMutt
Comment options

@aronmolnar
Comment options

# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants