mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
#18126 Ignoring Valve Corporation's Steam client's vulnerabilities on Windows and macOS - On Windows and macOS, the true version of the Steam client (like 2021-04-10) cannot be retrieved by standard methods used on other software. We would need to create custom logic to retrieve the version of the Steam client. - Steam client automatically updates itself, so security risk is somewhat mitigated. QA note: Items from software_cve table are cleared after 2 hours. # Checklist for submitter <!-- Note that API documentation changes are now addressed by the product design team. --> - [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. - [ ] Added/updated tests - [x] Manual QA for all new/changed functionality
3 lines
395 B
Text
3 lines
395 B
Text
Ignoring Valve Corporation's Steam client's vulnerabilities on Windows and macOS
|
|
- On Windows and macOS, the true version of the Steam client (like 2021-04-10) cannot be retrieved by standard methods used on other software. We would need to create custom logic to retrieve the version of the Steam client.
|
|
- Steam client automatically updates itself, so security risk is somewhat mitigated.
|