Skip to content

Commit

Permalink
Add hex decoding to name field in audit path records (#6687) (#6724)
Browse files Browse the repository at this point in the history
This updates go-libaudit to v0.1.0 which contains a fix for elastic/go-libaudit#20.

(cherry picked from commit 3f3fb57)
  • Loading branch information
andrewkroh authored and ph committed Apr 2, 2018
1 parent 454e0fa commit ddb2a66
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 25 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ https://github.com/elastic/beats/compare/v6.2.2...6.2[Check the HEAD diff]

*Auditbeat*

- Add hex decoding for the name field in audit path records. {pull}6687[6687]

*Filebeat*

*Heartbeat*
Expand Down
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------
Dependency: github.com/elastic/go-libaudit
Version: v0.0.7
Revision: c139147102117edd4175a74ce071e4cc7982259a
Version: v0.1.0
Revision: 4a806edf821706e315ef7d4f3b5d0cac6d638b34
License type (autodetected): Apache-2.0
./vendor/github.com/elastic/go-libaudit/LICENSE:
--------------------------------------------------------------------
Expand Down
7 changes: 7 additions & 0 deletions 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.

1 change: 1 addition & 0 deletions vendor/github.com/elastic/go-libaudit/auparse/auparse.go

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

46 changes: 23 additions & 23 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,44 +367,44 @@
"revisionTime": "2016-08-05T00:47:13Z"
},
{
"checksumSHA1": "yxowcZEI5Qx1xwu9TI+L5NS87Sw=",
"checksumSHA1": "FmPMalgdsaNNmghFB2DWm8fJjVA=",
"path": "github.com/elastic/go-libaudit",
"revision": "c139147102117edd4175a74ce071e4cc7982259a",
"revisionTime": "2018-01-18T05:11:38Z",
"version": "v0.0.7",
"versionExact": "v0.0.7"
"revision": "4a806edf821706e315ef7d4f3b5d0cac6d638b34",
"revisionTime": "2018-03-28T14:46:34Z",
"version": "v0.1.0",
"versionExact": "v0.1.0"
},
{
"checksumSHA1": "n8bRlhOdmfREBoCgStzHWGWiwSY=",
"checksumSHA1": "uu4544BCRlonueK+mB7549opucs=",
"path": "github.com/elastic/go-libaudit/aucoalesce",
"revision": "df0d4981f3fce65ffd3d7411dfec3e03231b491c",
"revisionTime": "2017-09-07T20:19:58Z",
"version": "v0.0.6",
"versionExact": "v0.0.6"
"revision": "4a806edf821706e315ef7d4f3b5d0cac6d638b34",
"revisionTime": "2018-03-28T14:46:34Z",
"version": "v0.1.0",
"versionExact": "v0.1.0"
},
{
"checksumSHA1": "eUIiDm0pSFKNKjWme5s3PtWEoSU=",
"checksumSHA1": "+L/ZGneCw2zrkK5Vlto9UB3LaEk=",
"path": "github.com/elastic/go-libaudit/auparse",
"revision": "df0d4981f3fce65ffd3d7411dfec3e03231b491c",
"revisionTime": "2017-09-07T20:19:58Z",
"version": "v0.0.6",
"versionExact": "v0.0.6"
"revision": "4a806edf821706e315ef7d4f3b5d0cac6d638b34",
"revisionTime": "2018-03-28T14:46:34Z",
"version": "v0.1.0",
"versionExact": "v0.1.0"
},
{
"checksumSHA1": "H0rnscnKHbkjmXc4whC3gtIPR0c=",
"path": "github.com/elastic/go-libaudit/rule",
"revision": "df0d4981f3fce65ffd3d7411dfec3e03231b491c",
"revisionTime": "2017-09-07T20:19:58Z",
"version": "v0.0.6",
"versionExact": "v0.0.6"
"revision": "4a806edf821706e315ef7d4f3b5d0cac6d638b34",
"revisionTime": "2018-03-28T14:46:34Z",
"version": "v0.1.0",
"versionExact": "v0.1.0"
},
{
"checksumSHA1": "36UaYid29Kyhrsa5D8N6BoM8dVw=",
"path": "github.com/elastic/go-libaudit/rule/flags",
"revision": "df0d4981f3fce65ffd3d7411dfec3e03231b491c",
"revisionTime": "2017-09-07T20:19:58Z",
"version": "v0.0.6",
"versionExact": "v0.0.6"
"revision": "4a806edf821706e315ef7d4f3b5d0cac6d638b34",
"revisionTime": "2018-03-28T14:46:34Z",
"version": "v0.1.0",
"versionExact": "v0.1.0"
},
{
"checksumSHA1": "3jizmlZPCyo6FAZY8Trk9jA8NH4=",
Expand Down

0 comments on commit ddb2a66

Please sign in to comment.