diff --git a/salt/soc/files/soc/changes.json b/salt/soc/files/soc/changes.json index ec54844cf..44298caf0 100644 --- a/salt/soc/files/soc/changes.json +++ b/salt/soc/files/soc/changes.json @@ -1,9 +1,42 @@ { - "title": "Security Onion 2.3.3 is here!", + "title": "Security Onion 2.3.10 is here!", "changes": [ - { "summary": "Updated salt to 3002.1 to address CVE-2020-16846, CVE-2020-17490, CVE-2020-25592." }, - { "summary": "Cheat sheet is now available for airgap installs." }, - { "summary": "Updated Go to correct DST/Timezone issue in SOC." }, - { "summary": "Known Issues " } + { "summary": "UEFI installs with multiple disks should work as intended now." }, + { "summary": "Telegraf scripts will now make sure they are not already running before execution." }, + { "summary": "You are now prompted during setup if you want to change the docker IP range. If you change this it needs to be the same on all nodes in the grid." }, + { "summary": "Soup will now download the new containers before stopping anything. If anything fails it will now exit and leave the grid at the current version." }, + { "summary": "All containers are now hosted on quay.io to prevent pull limitations. We are now using GPG keys to determine if the image is from Security Onion." }, + { "summary": "Osquery installers have been updated to osquery 4.5.1." }, + { "summary": "Fix for bug where Playbook was not removing the Elastalert rules for inactive Plays." }, + { "summary": "Exifdata reported by Strelka is now constrained to a single multi-valued field to prevent mapping explosion (scan.exiftool)." }, + { "summary": "Resolved issue with Navigator layer(s) not loading correctly." }, + { "summary": "Wazuh authd is now started by default on port 1515/tcp." }, + { "summary": "Wazuh API default credentials are now removed after setup. Scripts have been added for API user management." }, + { "summary": "Upgraded Salt to 3002.1 due to CVEs." }, + { "summary": "If salt-minion is unable to apply states after the defined threshold, we assume salt-minion is in a bad state and the salt-minion service will be restarted." }, + { "summary": "Fixed bug that prevented mysql from installing for Fleet if Playbook wasn't also installed." }, + { "summary": "so-status will now show STARTING or WAIT_START, instead of ERROR, if so-status is run before a salt highstate has started or finished for the first time after system startup" }, + { "summary": "Stenographer can now be disabled on a sensor node by setting the pillar steno:enabled:false in it's minion.sls file or globally if set in the global.sls file" }, + { "summary": "Added so-ssh-harden script that runs the commands listed in https://docs.securityonion.net/en/2.3/ssh.html" }, + { "summary": "NGINX now redirects the browser to the hostname/IP address/FQDN based on global:url_base" }, + { "summary": "MySQL state now waits for MySQL server to respond to a query before completeing" }, + { "summary": "Added Analyst option to network installs" }, + { "summary": "Acknowledging (and Escalating) alerts did not consistently remove the alert from the visible list; this has been corrected." }, + { "summary": "Escalating alerts that have a rule.case_template field defined will automatically assign that case template to the case generated in TheHive." }, + { "summary": "Alerts and Hunt interface quick action bar has been converted into a vertical menu to improve quick action option clarity. Related changes also eliminated the issues that occurred when the quick action bar was appearing to the left of the visible browser area." }, + { "summary": "Updated Go to newer version to fix a timezone, daylight savings time (DST) issue that resulted in Alerts and Hunt interfaces not consistently showing results." }, + { "summary": "Improved Hunt and Alert table sorting." }, + { "summary": "Alerts interface now allows absolute time searches." }, + { "summary": "Alerts interface 'Hunt' quick action is now working as intended." }, + { "summary": "Alerts interface 'Ack' icon tooltip has been changed from 'Dismiss' to 'Acknowledge' for consistency." }, + { "summary": "Hunt interface bar charts will now show the quick action menu when clicked instead of assuming the click was intended to add an include filter." }, + { "summary": "Hunt interface quick action will now cast a wider net on field searches." }, + { "summary": "Now explicitly preventing the use of a dollar sign ($) character in web user passwords during setup." }, + { "summary": "Cortex container will now restart properly if the SO host was not gracefully shutdown." }, + { "summary": "Added syslog plugin to the logstash container; this is not in-use by default but available for those users that choose to use it." }, + { "summary": "Winlogbeat download package is now available from the SOC Downloads interface." }, + { "summary": "Upgraded Kratos authentication system." }, + { "summary": "Added new Reset Defaults button to the SOC Profile Settings interface which allows users to reset all local browser SOC customizations back to their defaults. This includes things like default sort column, sort order, items per page, etc." }, + { "summary": "Known Issues " } ] }