Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(vulMan): Replace <sideBySide> component with <tabs> #19209

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 30 additions & 44 deletions src/content/docs/vulnerability-management/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,55 +20,41 @@ Overcome security blindspots with the New Relic Vulnerability Management capabil
</DNT>
</figcaption>

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
* Triage, prioritize, and remediate vulnerabilities with steps provided

[Visit one.newrelic.com](https://one.newrelic.com/vulnerability-management) to get started today.

## View security insight for developers, security teams, and architects

Our Vulnerability Management capability provides functionality for developers, security teams, security engineers, and architects:

<SideBySide>
<Side>
### 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

<ButtonGroup>
<ButtonLink
role="button"
to="/docs/vulnerability-management/dev-workflow"
variant="primary"
>
Insights for developers
</ButtonLink>
</ButtonGroup>
</Side>

<Side>
### 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

<ButtonGroup>
<ButtonLink
role="button"
to="/docs/vulnerability-management/security-workflow"
variant="primary"
>
Insights for security teams or engineers
</ButtonLink>
</ButtonGroup>
</Side>
</SideBySide>
## View security insights for developers, security teams, and architects
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is redundant because it's mentioned below in the "Monitor your vulnerabilities now" section


<Tabs>
<TabsBar>
<TabsBarItem id="developer-insights">Insights for developers</TabsBarItem>
<TabsBarItem id="security-dev-insights">Insights for security teams or engineers</TabsBarItem>
</TabsBar>

<TabsPages>
<TabsPageItem id="developer-insights">
As a developer, you 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/).
</TabsPageItem>
<TabsPageItem id="security-dev-insights">
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

To dive deeper into these use cases, see [Manage vulnerabilities as a security team](/docs/vulnerability-management/security-workflow).
</TabsPageItem>
</TabsPages>
</Tabs>

## Monitor your vulnerabilities now

Expand Down
Loading