Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions blog-csoar/2024-11-15-application-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: November 15, 2024 - Application Update
keywords:
- sumo logic
- cloud soar
- automation service
image: https://help.sumologic.com/img/sumo-square.png
hide_table_of_contents: true
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-csoar/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

### Changes and Enhancements

#### Automation Bridge

We are happy to announce a new version of the [Automation Bridge](/docs/platform-services/automation-service/automation-service-bridge/) that includes security fixes in various components of the Bridge.

* New CentOS version
* The CentOS docker image version has been upgraded from CentOS 7 to CentOS 8.
* Security fixes to the following Golang packages:
* http://github.com/docker/docker
* http://golang.org/x/net
* http://github.com/docker/distribution
* Security fixes to the following Golang docker images:
* http://github.com/docker/docker
* http://google.golang.org/grpc
* http://go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
* http://go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
* http://golang.org/x/net
* http://go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
* http://github.com/opencontainers/runc
* http://google.golang.org/protobuf
* http://golang.org/x/crypto
* Security fixes in the following Ubuntu 20.04 and CentOS 8 docker images:
* libssl3
* libcrypto3
* openssh-client-default
* openssh-keygen
* openssh-client-common
* busybox
* busybox-binsh
* ssl_client
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can only run custom actions or integrations outside of the Sumo Logic cloud

* OS:
* Ubuntu 18.04, 20.04, or 24.04
* CentOS 7
* CentOS 8
* RedHat 8
* RAM: 8GB
* CPU: 4 Core
Expand Down
Loading