mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Expand description of min_version (#9881)
Documentation only change - expanded description of `min_version`column in the `xprotect_meta` table to include an explanation of `any`. Resolves #9545
This commit is contained in:
parent
99b9c24b0a
commit
3c835ec1e3
1 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,10 @@ description: "This Mac's browser-related [XProtect](https://support.apple.com/en
|
|||
columns:
|
||||
- name: identifier
|
||||
description: "Browser extension or plugin [identifier](https://fleetdm.com/tables/safari_extensions)"
|
||||
examples: >-
|
||||
- name: min_version
|
||||
description: "The minimum allowed plugin version, or 'any' if no version is allowed."
|
||||
|
||||
examples: >-
|
||||
See the minimum version of specific components allowed by Xprotect. This
|
||||
usually means the previous versions have vulnerabilities that are being
|
||||
exploited at scale, or were exploited at scale at some point in time.
|
||||
|
|
|
|||
Loading…
Reference in a new issue