Skip to main content

Embarking on Triage

info

The English user guide is currently in beta preview. Most of the documents have been automatically translated from the Japanese version. Should you find any inaccuracies, please reach out to Flatt Security.

Efforts in security encompass continuous risk discovery and a dual wheel procedure of persistent risk reduction and resolution. Now that the initial setup of Shisho Cloud is complete through the previous steps, let's put into practice the everyday workflow of grasping and resolving risks.

Identifying what needs attention

After being able to check the inspection results produced by Shisho Cloud, take a look at the Evaluation Results section on your Dashboard. By default, this area lists important detection items (violations of policies) based on their priority level:

Here, you can learn about the following aspects of identified security issues and recommendations:

  • The nature of the problems in detail
  • The related risks
  • Guidance and tips for remediation

Determining a Triage Policy

Once you have identified the detected security issues and recommendations, it's time to consider how to handle these issues. In Shisho Cloud, every newly detected item is always marked as Awaiting Review. From here, you can select one of the following three strategies:

  • Mark it for action
  • Accept the risk until a certain deadline
  • Accept the risk without any action:

Upon selection, the detected item will shift to one of the following states:

  • Awaiting Review
  • Action Required
  • Risk Accepted (With Deadline)
  • Risk Accepted (Indefinite)

It's optimal to distinguish between issues in the Awaiting Review and Action Required statuses, which your organization should actively face, from those in the Risk Accepted statuses, which can be sidelined for now.

info

On the dashboard, where various statistics are shown, only items in the Awaiting Review and Action Required statuses are displayed. A separate dashboard is planned to display the total quantity of detected items where the risk has been accepted.

Sharing Triage Information via Slack

The process of triaging issues of a minimum urgency level or more, as specified in the Notification Settings, will also be notified in Slack.

note

By editing the triggers section of the following Notification Workflow, you can narrow down which triage notifications you receive:

https://cloud.shisho.dev/[oid]/workflows/edit?wfid=notification-security
triggers:
triage:
# send notifications when...
- event: [updated]
status_changed_to:
# the issue is calling your review.
- awaiting_review
# the issue is acknowledged, and no further action is expected.
- acknowledged
# the issue is flagged for your action.
- action_required
# the issue was resolved :tada:
- secure
# the resource with security issue(s) gets deleted.
- deleted
# send notifications on a finding that needs your action
- event: [created]
status_changed_to:
- awaiting_review

For instance, if you desire to receive notifications only when new risks are detected or when risks are mitigated due to changes/removals, you can accomplish this by editing the triggers section this way:

triggers:
triage:
# send notifications when...
- event: [updated]
status_changed_to:
# the issue was resolved :tada:
- secure
# the resource with security issues gets deleted.
- deleted
# send notifications on a finding that needs your action
- event: [created]
status_changed_to:
- awaiting_review