From 036e8a412a8bfa15fdc75a864fd4ea916fb6e155 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Wed, 29 Jun 2022 11:22:14 +0930 Subject: [PATCH] auditbeat: update version of go-libaudit --- CHANGELOG.next.asciidoc | 2 ++ NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 300e51c5a8e..a955ef0bf55 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -43,6 +43,8 @@ https://github.com/elastic/beats/compare/v8.2.0\...main[Check the HEAD diff] *Auditbeat* +- Fix handling of audit status messages for modern kernels with reduced audit message feature support. {issue}31616[31616] {pull}32141[32141] + *Filebeat* - Adding a fix for threatintel module where MISP was paginating forever. {pull}31784[31784]xs diff --git a/NOTICE.txt b/NOTICE.txt index 3dfe5a3b272..8df01e39c26 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -7125,11 +7125,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearc -------------------------------------------------------------------------------- Dependency : github.com/elastic/go-libaudit/v2 -Version: v2.3.1-0.20220523121157-87f0a814a1c0 +Version: v2.3.1-0.20220629014624-b10731ae427c Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/go-libaudit/v2@v2.3.1-0.20220523121157-87f0a814a1c0/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/go-libaudit/v2@v2.3.1-0.20220629014624-b10731ae427c/LICENSE.txt: Apache License diff --git a/go.mod b/go.mod index 789fc4c1f13..5b5fd1cb56d 100644 --- a/go.mod +++ b/go.mod @@ -53,7 +53,7 @@ require ( github.com/eclipse/paho.mqtt.golang v1.3.5 github.com/elastic/elastic-agent-client/v7 v7.0.0-20210727140539-f0905d9377f6 github.com/elastic/go-concert v0.2.0 - github.com/elastic/go-libaudit/v2 v2.3.1-0.20220523121157-87f0a814a1c0 + github.com/elastic/go-libaudit/v2 v2.3.1-0.20220629014624-b10731ae427c github.com/elastic/go-licenser v0.4.0 github.com/elastic/go-lookslike v0.3.0 github.com/elastic/go-lumber v0.1.0 diff --git a/go.sum b/go.sum index 36110d86d99..dca1fe22729 100644 --- a/go.sum +++ b/go.sum @@ -553,8 +553,8 @@ github.com/elastic/go-concert v0.2.0 h1:GAQrhRVXprnNjtvTP9pWJ1d4ToEA4cU5ci7TwTa2 github.com/elastic/go-concert v0.2.0/go.mod h1:HWjpO3IAEJUxOeaJOWXWEp7imKd27foxz9V5vegC/38= github.com/elastic/go-elasticsearch/v8 v8.2.0 h1:oagGcb1gqxT7yWpQ3E7wMP3NhGRamsKVd7kRdbuI+/Y= github.com/elastic/go-elasticsearch/v8 v8.2.0/go.mod h1:yY52i2Vj0unLz+N3Nwx1gM5LXwoj3h2dgptNGBYkMLA= -github.com/elastic/go-libaudit/v2 v2.3.1-0.20220523121157-87f0a814a1c0 h1:UaX9gwFak4RyXlTCEOXONNvmZxBk0MAcXA0kCvlSxy4= -github.com/elastic/go-libaudit/v2 v2.3.1-0.20220523121157-87f0a814a1c0/go.mod h1:GOkMRbzKV7ePrMOy+k6gGF0QvulQ16Cr38b60oirv8U= +github.com/elastic/go-libaudit/v2 v2.3.1-0.20220629014624-b10731ae427c h1:XN9N1AQG9+guZFT559w9hjbC2av6c3wAhlu6fUoVQ0s= +github.com/elastic/go-libaudit/v2 v2.3.1-0.20220629014624-b10731ae427c/go.mod h1:GOkMRbzKV7ePrMOy+k6gGF0QvulQ16Cr38b60oirv8U= github.com/elastic/go-licenser v0.4.0 h1:jLq6A5SilDS/Iz1ABRkO6BHy91B9jBora8FwGRsDqUI= github.com/elastic/go-licenser v0.4.0/go.mod h1:V56wHMpmdURfibNBggaSBfqgPxyT1Tldns1i87iTEvU= github.com/elastic/go-lookslike v0.3.0 h1:HDI/DQ65V85ZqM7D/sbxcK2wFFnh3+7iFvBk2v2FTHs=