Log warning when hosts enroll with duplicate hardware UUIDs (#19475)

#16393

- [X] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [X] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [X] Added/updated tests
- [X] Manual QA for all new/changed functionality
This commit is contained in:
Lucas Manuel Rodriguez
2024-06-10 16:48:05 -03:00
committed by GitHub
parent 08c54d235b
commit 3e19cd90a9
4 changed files with 140 additions and 26 deletions
@@ -0,0 +1 @@
* Added warning server log when hosts are enrolling with duplicate hardware identifiers.