From aeebc893de201a7d2ec99cb4eb8f08f7fc644bf9 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 1 May 2020 10:44:05 -0400 Subject: [PATCH] Update SOC page --- salt/soc/files/soc/changes.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/salt/soc/files/soc/changes.json b/salt/soc/files/soc/changes.json index 3e368d002..a917fe706 100644 --- a/salt/soc/files/soc/changes.json +++ b/salt/soc/files/soc/changes.json @@ -1,6 +1,11 @@ { - "title": "Introducing Hybrid Hunter 1.2.1 Beta 1", + "title": "Introducing Hybrid Hunter 1.2.2 Beta 1", "changes": [ + + { "summary": "Saltstack has been upgraded to 2019.2.4 to address CVE-2020-11651." }, + { "summary": "Updated Suricata to 4.1.8 to address some possible security issues." }, + { "summary": "Fixed an issue that was preventing Strelka to function properly." }, + { "summary": "ISO installs should now use the built in docker containers instead of re-downloading them." }, { "summary": "Full support for Ubuntu 18.04. 16.04 is no longer supported for Hybrid Hunter." }, { "summary": "Introduction of the Security Onion Console. Once logged in you are directly taken to the SOC." }, { "summary": "New authentication using Kratos." },