Skip to content

Commit

Permalink
Update dev-workflow.mdx
Browse files Browse the repository at this point in the history
Style changes
  • Loading branch information
jeff-colucci authored Oct 29, 2024
1 parent 9549c97 commit 9d2ed30
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/content/docs/vulnerability-management/dev-workflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ To monitor the health of specific applications or services, use our entity scope
</DNT>
</figcaption>

The security summary page for an entity gives you a high level overview of the security of your application or service. Curated dashboards such as total vulnerabitities, vulnerability exposure window, top 5 vulnerabitites in accordance with the priority rankings, vulnerability breakdown by type, libraries severity breakdown, top library upgrades provide you an overall security of your application or service.
The security summary page for an entity gives you a high level overview of the security of your application or service. Curated dashboards provide you an overall security of your application or service, including:

Check warning on line 38 in src/content/docs/vulnerability-management/dev-workflow.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [new-relic.ComplexWords] Consider using 'give' or 'offer' instead of 'provide'. Raw Output: {"message": "[new-relic.ComplexWords] Consider using 'give' or 'offer' instead of 'provide'.", "location": {"path": "src/content/docs/vulnerability-management/dev-workflow.mdx", "range": {"start": {"line": 38, "column": 140}}}, "severity": "INFO"}

* Total vulnerabitities
* Vulnerability exposure window
* Top 5 vulnerabitites in accordance with the priority rankings
* Vulnerability breakdown by type
* Libraries severity breakdown
* Top library upgrades

## Triage, prioritize, and remediate vulnerabilities [#prioritize]

Check warning on line 47 in src/content/docs/vulnerability-management/dev-workflow.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [new-relic.ComplexWords] Consider using 'rank' instead of 'prioritize'. Raw Output: {"message": "[new-relic.ComplexWords] Consider using 'rank' instead of 'prioritize'.", "location": {"path": "src/content/docs/vulnerability-management/dev-workflow.mdx", "range": {"start": {"line": 47, "column": 12}}}, "severity": "INFO"}

Check warning on line 47 in src/content/docs/vulnerability-management/dev-workflow.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [new-relic.ComplexWords] Consider using 'rank' instead of 'prioritize'. Raw Output: {"message": "[new-relic.ComplexWords] Consider using 'rank' instead of 'prioritize'.", "location": {"path": "src/content/docs/vulnerability-management/dev-workflow.mdx", "range": {"start": {"line": 47, "column": 56}}}, "severity": "INFO"}

Expand All @@ -53,7 +60,7 @@ To view all vulnerabilities open for your service or application, select the <DN
</DNT>
</figcaption>

This page shows you all open vulnerabilities and allows you to filter them by attributes such as severity and source. Clicking into a specific vulnerability provides detailed information about its severity, sources, Vulnerability status change logs, and many more.
This page shows you all open vulnerabilities and allows you to filter them by attributes such as severity and source. Clicking on a specific vulnerability provides detailed information about its severity, sources, vulnerability status change logs, and many more.

<img
title="CVE Detail"
Expand Down Expand Up @@ -111,6 +118,6 @@ On any vulnerability management screen, select <DNT>**Manage security notificati
alt="Webhook Rule"
src="/images/security_screenshot-webhook-rule.webp"
/>
2. Under <DNT>**Webhook settings**</DNT>, select a destination or create one by clicking <Icon name="fe-plus-circle"/>. Learn more about creating a Webhook destination [here](/docs/alerts-applied-intelligence/notifications/notification-integrations/#webhook).
2. Under <DNT>**Webhook settings**</DNT>, select a destination or create one by clicking <Icon name="fe-plus-circle"/>. Learn more about creating a webhook destination [here](/docs/alerts-applied-intelligence/notifications/notification-integrations/#webhook).
3. Under <DNT>**Webhook settings**</DNT>, create a channel name.
4. Under <DNT>**Notification rules**</DNT>, configure rules to receive notifications for vulnerabilities of different severity levels.

0 comments on commit 9d2ed30

Please sign in to comment.