Skip to content

Commit

Permalink
Fix a concurrent map write panic in auditd module (#8158) (#8161)
Browse files Browse the repository at this point in the history
Update github.com/elastic/go-libaudit to v0.4.0, which includes the fix
for this issue.

(cherry picked from commit 448eeb2)
  • Loading branch information
adriansr authored Sep 5, 2018
1 parent 01be406 commit 8567e50
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 21 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ https://github.com/elastic/beats/compare/v6.4.0...6.x[Check the HEAD diff]

- Fixed a crash in the file_integrity module under Linux. {issue}7753[7753]
- Fixed the RPM by designating the config file as configuration data in the RPM spec. {issue}8075[8075]
- Fixed a concurrent map write panic in the auditd module. {pull}8158[8158]

*Filebeat*

Expand Down
3 changes: 2 additions & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------
Dependency: github.com/elastic/go-libaudit
Revision: ec7a7253716958d85ea854cbef4aaffcd6cbd50b
Version: v0.4.0
Revision: 39073a2988f718067d85d27a4d18b1b57de5d947
License type (autodetected): Apache-2.0
./vendor/github.com/elastic/go-libaudit/LICENSE.txt:
--------------------------------------------------------------------
Expand Down
10 changes: 9 additions & 1 deletion vendor/github.com/elastic/go-libaudit/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 22 additions & 12 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -379,34 +379,44 @@
"revisionTime": "2016-08-05T00:47:13Z"
},
{
"checksumSHA1": "D/7cJ8oboLL/gQxr57kfvDBtMZE=",
"checksumSHA1": "vNnw1bUS8Ct+8H64QuA2DWRJ9SQ=",
"path": "github.com/elastic/go-libaudit",
"revision": "ec7a7253716958d85ea854cbef4aaffcd6cbd50b",
"revisionTime": "2018-08-07T15:01:12Z"
"revision": "39073a2988f718067d85d27a4d18b1b57de5d947",
"revisionTime": "2018-08-29T20:25:13Z",
"version": "v0.4.0",
"versionExact": "v0.4.0"
},
{
"checksumSHA1": "QTR02jPgqq2P6mZKMWUdAUQPVbQ=",
"checksumSHA1": "NRGAFJY7u1wYeXtNzLlI5/MnBMQ=",
"path": "github.com/elastic/go-libaudit/aucoalesce",
"revision": "ec7a7253716958d85ea854cbef4aaffcd6cbd50b",
"revisionTime": "2018-08-07T15:01:12Z"
"revision": "39073a2988f718067d85d27a4d18b1b57de5d947",
"revisionTime": "2018-08-29T20:25:13Z",
"version": "v0.4.0",
"versionExact": "v0.4.0"
},
{
"checksumSHA1": "6OK3lLgocjmIUyLo8xNhYGpwE1E=",
"path": "github.com/elastic/go-libaudit/auparse",
"revision": "ec7a7253716958d85ea854cbef4aaffcd6cbd50b",
"revisionTime": "2018-08-07T15:01:12Z"
"revision": "39073a2988f718067d85d27a4d18b1b57de5d947",
"revisionTime": "2018-08-29T20:25:13Z",
"version": "v0.4.0",
"versionExact": "v0.4.0"
},
{
"checksumSHA1": "zGv2vPwSLoFCRt1kcD81pBzTo+0=",
"path": "github.com/elastic/go-libaudit/rule",
"revision": "ec7a7253716958d85ea854cbef4aaffcd6cbd50b",
"revisionTime": "2018-08-07T15:01:12Z"
"revision": "39073a2988f718067d85d27a4d18b1b57de5d947",
"revisionTime": "2018-08-29T20:25:13Z",
"version": "v0.4.0",
"versionExact": "v0.4.0"
},
{
"checksumSHA1": "5C083BvwcAVSKquRXbxXa950/wE=",
"path": "github.com/elastic/go-libaudit/rule/flags",
"revision": "ec7a7253716958d85ea854cbef4aaffcd6cbd50b",
"revisionTime": "2018-08-07T15:01:12Z"
"revision": "39073a2988f718067d85d27a4d18b1b57de5d947",
"revisionTime": "2018-08-29T20:25:13Z",
"version": "v0.4.0",
"versionExact": "v0.4.0"
},
{
"checksumSHA1": "3jizmlZPCyo6FAZY8Trk9jA8NH4=",
Expand Down

0 comments on commit 8567e50

Please sign in to comment.