Update vulnerability-management.ejs (#17262)

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any permissions changes (docs/Using
Fleet/manage-access.md)
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [ ] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [ ] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
This commit is contained in:
Mike McNeil 2024-02-29 08:01:17 -06:00 committed by GitHub
parent 7158df1a85
commit f248701e0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,11 +81,11 @@
<div purpose="feature" class="d-flex flex-md-row flex-column justify-content-between mx-auto align-items-center">
<div purpose="feature-image" class="right">
<img alt="Consolidate your security stack" src="/images/vuln-management-feature-image-3-380x320@2x.png">
<img alt="Untangle your security stack" src="/images/vuln-management-feature-image-3-380x320@2x.png">
</div>
<div purpose="feature-text" class="d-flex flex-column">
<h3>Consolidate your security stack</h3>
<p>Consolidate your point vulnerability solution with your cybersecurity asset management and log capture tools.</p>
<h3>Untangle your security stack</h3>
<p>Use open data and APIs to connect your point vulnerability solution with your cybersecurity asset management and log capture tools.</p>
<div purpose="checklist" class="flex-column d-flex">
<p>Prevent duplicated, inaccurate CMDBs to reduce tool sprawl and wasted budget</p>
<p>Normalize asset management data and software inventories from multiple tools and operating systems</p>