Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hex decoding to name field in audit path records #6687

Merged
merged 2 commits into from
Mar 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ https://github.com/elastic/beats/compare/v6.0.0-beta2...master[Check the HEAD di
- Fixed parsing of the `key` value when multiple keys are present.
- Fix possible resource leak if file_integrity module is used with config
reloading on Windows or Linux. {pull}6198[6198]
- Add hex decoding for the name field in audit path records. {pull}6687[6687]

*Filebeat*

Expand Down
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,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 @@ -369,44 +369,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