From 0e01b1199440df290d5e5b47bd8302f77842ab39 Mon Sep 17 00:00:00 2001 From: Sharvil Shah Date: Tue, 24 May 2022 19:16:21 +0530 Subject: [PATCH] osquery changelog (#5853) Co-authored-by: Noah Talerman --- changes/osquery-changes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changes/osquery-changes diff --git a/changes/osquery-changes b/changes/osquery-changes new file mode 100644 index 0000000000..c5bb70b28b --- /dev/null +++ b/changes/osquery-changes @@ -0,0 +1,9 @@ +* Implemented `output_size` column in table `osquery_schedule` for scheduled queries +* Expanded `wifi_networks` table to include more data on macOS +* Fixed `wifi_networks` table to now be compatible with newer macOS releases +* Implemented `translated` column in `processes` table on macOS to identify processes running under Rosetta on Apple Silicon macs +* Deprecated and removed FreeBSD support + +Upcoming changes: +* Implement `es_process_file_events` -- EndpointSecurity based File Integrity Monitoring on macOS +* Implement `password_policy` table on macOS