From bcb2137661d0cf50e2be8bcc78683473c2731240 Mon Sep 17 00:00:00 2001 From: a-sassman Date: Wed, 6 Nov 2024 10:48:14 -0800 Subject: [PATCH 1/6] chore(vulMan): replace tiles with tabs --- .../vulnerability-management/overview.mdx | 54 +++++++------------ 1 file changed, 20 insertions(+), 34 deletions(-) diff --git a/src/content/docs/vulnerability-management/overview.mdx b/src/content/docs/vulnerability-management/overview.mdx index 24b34108dc1..648e045e88f 100644 --- a/src/content/docs/vulnerability-management/overview.mdx +++ b/src/content/docs/vulnerability-management/overview.mdx @@ -28,47 +28,33 @@ Vulnerability Management provides a birds-eye view of all your software's vulner [Visit one.newrelic.com](https://one.newrelic.com/vulnerability-management) to get started today. -## View security insight for developers, security teams, and architects + + + Insights for developers + Insights for security teams or engineers + -Our Vulnerability Management capability provides functionality for developers, security teams, security engineers, and architects: - - - - ### I want to: + + + As a developer, I want to: * Maintain a healthy application * Identify the most urgent vulnerabilities in my software portfolio * Understand the severity of vulnerabilities * Surface “security” tasks from my security team in my daily workflow so it's easy to deliver more secure software with less toil - - - Insights for developers - - - - - - ### I want to: - - * Calculate the vulnerability surface area of your software systems - * Understand how runtime architecture of each application affects business risk, vulnerability and severity - - - - Insights for security teams or engineers - - - - + To learn more, see [Manage vulnerabilities as a developer](/docs/vulnerability-management/dev-workflow/). + + + As a member of a security team, I want to: + + * Calculate the vulnerability surface area of my software systems + * Understand how runtime architecture of each application affects business risk, vulnerability, and severity + + To learn more, see [Manage vulnerabilities as a security team](/docs/vulnerability-management/security-workflow). + + + ## Monitor your vulnerabilities now From 1bc70fe6845f4ee01f24e9e74c98ab5f2f833846 Mon Sep 17 00:00:00 2001 From: a-sassman Date: Wed, 6 Nov 2024 10:48:21 -0800 Subject: [PATCH 2/6] Update overview.mdx --- src/content/docs/vulnerability-management/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/vulnerability-management/overview.mdx b/src/content/docs/vulnerability-management/overview.mdx index 648e045e88f..835464c6271 100644 --- a/src/content/docs/vulnerability-management/overview.mdx +++ b/src/content/docs/vulnerability-management/overview.mdx @@ -26,7 +26,7 @@ Vulnerability Management provides a birds-eye view of all your software's vulner * Calculate the vulnerability surface area of your software * Triage, prioritize, and remediate vulnerabilities with steps provided -[Visit one.newrelic.com](https://one.newrelic.com/vulnerability-management) to get started today. +## View security insights for developers, security teams, and architects From 9aa80410395cfc72118356721f0d3f7bc582caab Mon Sep 17 00:00:00 2001 From: a-sassman Date: Wed, 6 Nov 2024 11:17:24 -0800 Subject: [PATCH 3/6] indent bullet points --- .../docs/vulnerability-management/overview.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/content/docs/vulnerability-management/overview.mdx b/src/content/docs/vulnerability-management/overview.mdx index 835464c6271..cacda92bbe9 100644 --- a/src/content/docs/vulnerability-management/overview.mdx +++ b/src/content/docs/vulnerability-management/overview.mdx @@ -38,20 +38,20 @@ Vulnerability Management provides a birds-eye view of all your software's vulner As a developer, I want to: - * Maintain a healthy application - * Identify the most urgent vulnerabilities in my software portfolio - * Understand the severity of vulnerabilities - * Surface “security” tasks from my security team in my daily workflow so it's easy to deliver more secure software with less toil + * Maintain a healthy application + * Identify the most urgent vulnerabilities in my software portfolio + * Understand the severity of vulnerabilities + * Surface "security" tasks from my security team in my daily workflow so it's easy to deliver more secure software with less toil - To learn more, see [Manage vulnerabilities as a developer](/docs/vulnerability-management/dev-workflow/). + To dive deeper into these use cases, see [Manage vulnerabilities as a developer](/docs/vulnerability-management/dev-workflow/). As a member of a security team, I want to: - * Calculate the vulnerability surface area of my software systems - * Understand how runtime architecture of each application affects business risk, vulnerability, and severity + * Calculate the vulnerability surface area of my software systems + * Understand how runtime architecture of each application affects business risk, vulnerability, and severity - To learn more, see [Manage vulnerabilities as a security team](/docs/vulnerability-management/security-workflow). + To dive deeper into these use cases, see [Manage vulnerabilities as a security team](/docs/vulnerability-management/security-workflow). From b7684a2d1061f7118086fbc357326a2548bf4488 Mon Sep 17 00:00:00 2001 From: a-sassman Date: Wed, 6 Nov 2024 11:40:57 -0800 Subject: [PATCH 4/6] fix indentation of bullet points --- src/content/docs/vulnerability-management/overview.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/vulnerability-management/overview.mdx b/src/content/docs/vulnerability-management/overview.mdx index cacda92bbe9..3d8196d42b7 100644 --- a/src/content/docs/vulnerability-management/overview.mdx +++ b/src/content/docs/vulnerability-management/overview.mdx @@ -36,22 +36,22 @@ Vulnerability Management provides a birds-eye view of all your software's vulner - As a developer, I want to: +As a developer, I want to: * Maintain a healthy application * Identify the most urgent vulnerabilities in my software portfolio * Understand the severity of vulnerabilities * Surface "security" tasks from my security team in my daily workflow so it's easy to deliver more secure software with less toil - To dive deeper into these use cases, see [Manage vulnerabilities as a developer](/docs/vulnerability-management/dev-workflow/). +To dive deeper into these use cases, see [Manage vulnerabilities as a developer](/docs/vulnerability-management/dev-workflow/). - As a member of a security team, I want to: +As a member of a security team, I want to: * Calculate the vulnerability surface area of my software systems * Understand how runtime architecture of each application affects business risk, vulnerability, and severity - To dive deeper into these use cases, see [Manage vulnerabilities as a security team](/docs/vulnerability-management/security-workflow). +To dive deeper into these use cases, see [Manage vulnerabilities as a security team](/docs/vulnerability-management/security-workflow). From 2295029f3c149907efc5441804b2bfdcfb9797c4 Mon Sep 17 00:00:00 2001 From: jcol <116673918+jeff-colucci@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:00:19 -0600 Subject: [PATCH 5/6] Update overview.mdx Changed first person voice --- src/content/docs/vulnerability-management/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/vulnerability-management/overview.mdx b/src/content/docs/vulnerability-management/overview.mdx index 3d8196d42b7..258f41994a5 100644 --- a/src/content/docs/vulnerability-management/overview.mdx +++ b/src/content/docs/vulnerability-management/overview.mdx @@ -36,7 +36,7 @@ Vulnerability Management provides a birds-eye view of all your software's vulner -As a developer, I want to: +As a developer, you want to: * Maintain a healthy application * Identify the most urgent vulnerabilities in my software portfolio @@ -46,7 +46,7 @@ As a developer, I want to: To dive deeper into these use cases, see [Manage vulnerabilities as a developer](/docs/vulnerability-management/dev-workflow/). -As a member of a security team, I want to: +As a member of a security team, you want to: * Calculate the vulnerability surface area of my software systems * Understand how runtime architecture of each application affects business risk, vulnerability, and severity From 5a34eebc16540ddfc4fd7a9603fd7f055c88a5b6 Mon Sep 17 00:00:00 2001 From: jcol <116673918+jeff-colucci@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:01:24 -0600 Subject: [PATCH 6/6] Update overview.mdx small style change --- src/content/docs/vulnerability-management/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/vulnerability-management/overview.mdx b/src/content/docs/vulnerability-management/overview.mdx index 258f41994a5..929f1f26be5 100644 --- a/src/content/docs/vulnerability-management/overview.mdx +++ b/src/content/docs/vulnerability-management/overview.mdx @@ -20,7 +20,7 @@ Overcome security blindspots with the New Relic Vulnerability Management capabil -Vulnerability Management provides a birds-eye view of all your software's vulnerabilities so you can: +Vulnerability Management provides a high-level view of all your software's vulnerabilities so you can: * Identify the most urgent vulnerabilities * Calculate the vulnerability surface area of your software