* Split hosts in bucket of minutes
* New approach on jitter
* Use minutes to define the amount of buckets
* Add logging to jitter hash creation
* Clean up code and remove unused jitter
* Fix test
* Add docs and address review comments
* Address review comments
* Fix typo in doc
Co-authored-by: Tomas Touceda <chiiph@gmail.com>
* Allow to search with target_sw with a period
* Remove tests for a different thign
* Add a test for programs as a source as well
* Use MATCH again and add proper tests
* Create operations.md
* link to operations page, draft of operations page
* Update operations.md
* Update operations.md
* Update operations.md
* Update operations.md
* Apply suggestions from code review
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
* move new section to people page, delete operations page
* Update people.md
* update gusto link to fix test
* Update people.md
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
1. In sh, `which` is actually a binary usually located at `/usr/bin`, but not every GNU/Linux distribution comes with it installed by default. Whereas, `command` is a built-in shell tool, hence, it's safer to use it instead of which to verify if a binary is present in the machine
2. I believe there was a typo in the redirections in the `systemctl daemon-reload 2>/dev/null 2>&1` line
3. The `systemctl enable` command is necessary because the service is created, but not activated, meaning when the user reboots his machine orbit won't automatically relaunch
- Add new "Software" tab to host details page
- Add dropdown to filter vulnerable software
- Extend DataTable client-side filtering to accommodate filter inputs that are controlled by parent components
- Refactor host details software into separate component
* Add new software page
* Add hosts counts and last updated to software card on homepage
* Extend InfoCard component to all children to set dynamic title information and hyperlinks
* Add new TeamsDropdownHeader component
* Refactor TableContainer to move server-side pagination buttons to DataTable
* Extend DataTable to include footer element
* Creating Security Section
Adding draft of laptop security configuration as well.
* Adding detailed versions
Adding more information about each setting we are adding. Will continue and merge only when the full draft is complete.
* Added all settings from draft policy
Should be all content for macOS. Will add Chrome hardening, clean-up and be ready to merge.
* Added missing benefit to DoH + warning for on-prem
* Fixed typos, added osquery, added chrome
* Apply suggestions from code review
Commit most of Mike's suggestions!
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
* Apply suggestions from code review
Adding one of Mike's suggestions I had missed.
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
* Updates from PR
Applying some more of Mike's suggestions and fixing a few more on my own.
* Security section
Creating security section in README
* Update handbook/security.md
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>