Finding Details

The Finding Details option allows users to choose between multiple presentations of finding details information.

Configuring Finding Details

Step 1: Open the runbooks template.

Step 2: Go to the "OPTION DEFINITIONS" section of the setup code.

Step 3: Go to the nn.detailed_findings_option line. The number listed represents the option that will be leveraged. Modify the value as desired.

Finding Details Options

Click each expandable section for more information.

Option 1 {%p set nn.detailed_findings_option = 1 %}

This option includes the following:

  • A title bar with metadata that has no borders between cells and includes CVSS data, if available

  • Rendering of additional fields as normal text outside any table cells

Characteristics of the Title Bar

  • Automatically generated reference numbers

  • Title

  • Severity

  • Automatic coloration

  • CVSS Score / Vector String (CVSS v3 if available, then CVSS v2)

Additional Fields

Presented in the following order:

  • Description

  • Recommendations

  • References

  • Finding Custom Fields (rendered in order as stored in the finding and include the label)

Blank rows are avoided by only rendering sections with data.

Option 2 {%p set nn.detailed_findings_option = 2 %}

This option includes the following:

  • A title bar with metadata (reference number, title, severity)

  • Rendering of additional fields as normal text outside any table cells

Additional Fields

Presented in the following order:

  • Description

  • Recommendations

  • References

  • Finding Custom Fields (rendered in order as stored in the finding and include the label)

Blank rows are avoided by only rendering sections with data.

Last updated

© 2024 PlexTrac, Inc. All rights reserved.