From 64c37a415da8eefed579a1c149011ee20b2577e3 Mon Sep 17 00:00:00 2001 From: Carlos <120407563+CarlosFleetDM@users.noreply.github.com> Date: Sat, 1 Jul 2023 17:28:29 -0700 Subject: [PATCH] Handbook:Company:Strategy: added VM positioning (#12460) Vulnerability management positioning notes from Mike added as a linked confidential document. # Checklist for submitter If some of the following don't apply, delete the relevant line. - [ ] 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 API changes (docs/Using-Fleet/REST-API.md or docs/Contributing/API-for-contributors.md) - [ ] Documented any permissions changes - [ ] 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 - [ ] 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)). --------- Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com> --- handbook/company/README.md | 4 +--- handbook/company/handbook.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/handbook/company/README.md b/handbook/company/README.md index 239a5701f2..3cbe48519b 100644 --- a/handbook/company/README.md +++ b/handbook/company/README.md @@ -127,9 +127,7 @@ While most improvements at Fleet are driven by informal conversations with custo ## Strategy -You can read about the [company's positioning ("👑 Crown jewels")](https://docs.google.com/document/d/1E0VU4AcB6UTVRd4JKD45Saxh9Gz-mkO3LnGSTBDLEZo/edit#), or review [decks](https://drive.google.com/drive/folders/1cw_lL3_Xu9ZOXKGPghh8F4tc0ND9kQeY) and [recordings](https://us-65885.app.gong.io/conversations?workspace-id=9148397688380544352&callSearch=%7B%22search%22%3A%7B%22type%22%3A%22And%22%2C%22filters%22%3A%5B%7B%22type%22%3A%22CallTitle%22%2C%22phrase%22%3A%22all%20hands%22%7D%5D%7D%7D) from recent company-wide "All hands" [meetings](https://fleetdm.com/handbook/business-operations#meetings). - - +You can read about the [company's positioning ("👑 Crown jewels")](https://docs.google.com/document/d/1E0VU4AcB6UTVRd4JKD45Saxh9Gz-mkO3LnGSTBDLEZo/edit#) and [vulnerability management positioning ("👑 Crown jewels pt. 2"](https://docs.google.com/document/d/1VXnZo5EQeircKvUPYai69GPW8QnECamCE5CU1vjLMPU/edit), or review [decks](https://drive.google.com/drive/folders/1cw_lL3_Xu9ZOXKGPghh8F4tc0ND9kQeY) and [recordings](https://us-65885.app.gong.io/conversations?workspace-id=9148397688380544352&callSearch=%7B%22search%22%3A%7B%22type%22%3A%22And%22%2C%22filters%22%3A%5B%7B%22type%22%3A%22CallTitle%22%2C%22phrase%22%3A%22all%20hands%22%7D%5D%7D%7D) from recent company-wide ["All hands" meetings](https://fleetdm.com/handbook/business-operations#all-hands). ## Slack channels The following Slack channels are maintained by Fleet's founders: diff --git a/handbook/company/handbook.md b/handbook/company/handbook.md index 859da2748b..345437ee0c 100644 --- a/handbook/company/handbook.md +++ b/handbook/company/handbook.md @@ -9,7 +9,7 @@ To contribute to a handbook page: 4. Request a reviewer by clicking the gear and picking only one. Choose the reviewer whose face is on the handbook page when you view it on fleetdm.com. 5. Click "Create pull request." -All done! +All done! ### Adding a new handbook page