Skip to content

Findings

Findings are Ogma's workspace for documenting confirmed issues, with all supporting evidence attached and ready to export.

Creating a Finding

Create a finding in four ways:

  • From HTTP History: right-click a row and select Create Finding.
  • From Replay: right-click an attempt and select Create Finding.
  • From Automate: right-click a result row and select Create Finding.
  • From the Findings panel: click New Finding to start from a blank form.

The Active Scanner and plugins can also create findings automatically.

Finding Fields

FieldDescription
TitleShort description of the issue
SeverityImpact rating: info, low, medium, high, or critical
ConfidenceStrength of evidence: potential, likely, or confirmed
StatusTriage state: open, in-progress, resolved, or false-positive
DescriptionFull explanation of the issue and its impact
RemediationSuggested fix or mitigation
CVSS scoreOptional numeric severity score
CWEOptional Common Weakness Enumeration identifier
PoC codeProof-of-concept payload or script

Attaching Evidence

Link any HTTP History entry, Replay attempt, Automate result, or WebSocket message to a finding as evidence.

To attach the currently selected entry in HTTP History:

  1. Open the finding.
  2. Click Use selected in the evidence section.

Ogma links the entry and records the full request, including the payload, so the evidence shows exactly what triggered the issue. You can attach multiple evidence items to one finding.

Dedupe Key

The dedupe key merges duplicate findings. If two findings share the same dedupe key, Ogma treats them as the same issue. Use this when a scanner or plugin generates repeated findings for the same underlying vulnerability.

Set the dedupe key to a consistent identifier: the CWE, the endpoint path, or a combination of both.

AI Assist

Click AI Assist on a finding to generate suggested description and remediation text based on the title and evidence. Review and edit the output before saving.

Bulk Actions

Select multiple findings using the checkbox column to apply bulk actions:

  • Change severity or status across multiple findings at once.
  • Delete findings.
  • Export the selected set.

Exporting

Export findings from the Export button in the Findings panel.

FormatUse
MarkdownPaste into reports, wikis, or issue trackers
JSONImport into other tools or archive for later
CSVOpen in spreadsheets or share with a client

All exported formats include the finding fields and a reference to each evidence entry.

Importing

Import findings from a JSON file using Import in the Findings panel. Imported findings merge with existing ones. If an imported finding shares a dedupe key with an existing finding, Ogma updates the existing record rather than creating a duplicate.

Released under the GNU AGPLv3 license.