Findings Tab

What Is a Finding?

A finding is the fundamental record of a detected or reported security issue in your Confluence environment. It represents a specific problem on a specific page (or within a space) that requires review, triage, and eventual remediation or dismissal.

Findings exist independently of cases, a finding can exist without ever being escalated to a case. However, when a finding represents a risk that requires coordinated remediation effort, escalating it to a case provides the workflow structure (assignee, SLA, comments, exceptions) needed to track resolution to completion.

Findings tab, full view showing toolbar filters and finding rows


Finding Fields Reference

Every finding has the following fields:

FieldDescriptionValues
TitleA short description of the issue. For scanner findings, generated from the detector name and affected page. For manual findings, entered by the reporter.Free text
SeverityHow critical the issue is.Critical, High, Medium, Low, Info
StatusCurrent lifecycle state.Open, Triaged, Resolved, Dismissed
SourceHow the finding was created.Scanner, Manual, CSV
Affected PageThe Confluence page ID (and title if resolvable) where the issue exists.Page ID / title
Space KeyThe Confluence space key containing the affected page.Space key (e.g., “ENG”)
Reported ByThe user or system that created the finding. “Aegis Scanner” for scanner findings; a user’s display name for manual and CSV findings.User display name or system label
Created AtWhen the finding was first created.ISO timestamp, displayed as localized date/time
TagsOptional labels for categorizing findings (e.g., “pii”, “gdpr”, “external”).Comma-separated strings
DescriptionOptional free-text details about the issue. For scanner findings, may include context about the detector that triggered.Free text
Case IDIf the finding has been linked to a case, shows the first 8 characters of the case UUID as a clickable link.Case UUID prefix or empty
Jira Issue KeyIf a Jira ticket was created from this finding (and Jira integration is enabled), shows the issue key (e.g., “SEC-42”) as a link.Jira issue key or empty
Detector NameFor scanner findings: which detector triggered the match (e.g., “aws-key”, “credit-card”).Detector ID or empty
Match CountFor scanner findings: how many times the pattern matched on the page.Integer or empty
Last Seen AtFor scanner findings: when the detector last confirmed the match is still present.ISO timestamp or empty
Reopened AtIf the finding was resolved and then re-detected by the scanner, the timestamp of when it was reopened.ISO timestamp or empty

Severity Levels Explained

SeverityColorMeaningTypical Response Time
CriticalDark redImmediate risk to confidentiality or security. Examples: live AWS access keys, private SSH keys, unmasked credit card numbers on a public page.Investigate within hours; create a case immediately.
HighOrangeSignificant risk that should be addressed urgently. Examples: API tokens with broad access, SSNs on an internal page, authentication credentials.Address within 1–3 days.
MediumBlueModerate risk. Examples: OAuth tokens for low-privilege services, email addresses on pages with broad access, PII on internal pages.Address within a week.
LowGreenMinor or informational risk. Examples: generic patterns that may or may not be sensitive, old or rotated tokens.Address within a month; consider dismissing if not relevant.
InfoGrayInformational only. Not a direct risk but worth being aware of. Only applicable to manually created findings.No specific SLA; review periodically.

Note: Severity levels on scanner findings are set by the detector configuration (each detector has a pre-configured default severity). Severity on manually created findings is chosen by the reporter. Severity can always be edited after creation.


Finding Statuses Explained

StatusColorMeaning
OpenBlueThe finding has been created but not yet reviewed. This is the initial state for all new findings.
TriagedPurpleA team member has reviewed the finding and confirmed it is a real issue under investigation. The finding is in the queue to be remediated.
ResolvedGreenThe underlying issue has been fixed. For scanner findings, a subsequent scan will verify the fix, if the same content is detected again, the finding will automatically reopen.
DismissedGrayThe finding has been intentionally closed without remediation. This is used for known false positives, accepted risks (for low-severity findings), or findings that are not applicable to your environment. A dismissed finding will NOT be reopened by the scanner even if the same content is detected again.
ReopenedOrange badgeA special display state: the finding was previously Resolved but was re-detected by the content scanner in a subsequent scan. The status is “Open” but a “Reopened” badge is shown alongside a “Scanner Reopened” lozenge.

Warning: Use Dismissed carefully. Once dismissed, the scanner will permanently suppress that specific finding (based on content hash) and will not alert on it again. Only dismiss findings you are certain are false positives or explicitly accepted risks. If you are unsure, use Resolved after applying a fix, which will allow the scanner to reopen it if the issue recurs.