diff --git a/salt/soc/files/soc/changes.json b/salt/soc/files/soc/changes.json index 04f227ebf..e7caffafc 100644 --- a/salt/soc/files/soc/changes.json +++ b/salt/soc/files/soc/changes.json @@ -1,7 +1,6 @@ { "title": "Security Onion 2.3.0 is here!", "changes": [ - { "summary": "Known Issues " }, { "summary": "We have a new Alerts interface for reviewing alerts and acknowledging or escalating them. Escalating creates a new case in TheHive. Please note that TheHive no longer receives alerts directly." }, { "summary": "Kibana no longer presents the option to create alerts from events, but instead allows creation of cases from events." }, { "summary": "Our Security Onion ISO now works for UEFI as well as Secure Boot." }, @@ -20,6 +19,7 @@ { "summary": "The script so-user-add will now validate the password is acceptable before attempting to create the user." }, { "summary": "Playbook and Grafana no longer use static passwords for their admin accounts." }, { "summary": "Analyst VM now comes with NetworkMiner 2.6 installed." }, - { "summary": "Strelka YARA matches now generate alerts that can be viewed through the Alerts interface." } + { "summary": "Strelka YARA matches now generate alerts that can be viewed through the Alerts interface." }, + { "summary": "Known Issues " } ] }