Andrew Kroh
Andrew Kroh
Could you please make a new release to include the fix for [listPulls](https://github.com/PascalPrecht/angular-github-adapter/pull/17). Thanks!
I think I found a small bug that occurs when using a [PackageName](https://golang.org/ref/spec#Import_declarations) in an import declaration and declaring an alias that references that package. It seems that the `Name`...
In #117 some alignment issues were fixed. This will help prevent future regressions.
There should be a stress test framework to find the limits of the library with and without the parser in the loop.
The current interface to aucoalesce is `func CoalesceMessages(msgs []*auparse.AuditMessage) (*Event, error)`. Given that the warnings produced by this function are mainly for debugging and development we could change the function...
Set `result` field based on `seresult` and `apparmor` for AVC messages. An SELinux AVC event will set `seresult=denied`. An AppArmor AVC event will set `apparmor=` where result can be one...
The command does not need to output the `GOROOT` environment variable when working with Go 1.9 and later. This could probably be safely removed. But if users switch between from...
## What does this PR do? Add an input for receiving data over the Lumberjack protocol as defined in https://github.com/elastic/go-lumber. The raw data is written into the `lumberjack` field which...
**Describe the enhancement:** When you want to receive multiple different webhook callbacks you must operate each input on a separate listen address. So for two different callbacks (e.g. `/callback1` and...
Linux 4.17 change krobe naming. It adds a `__x64_` to 64-bit syscalls names. ``` $ cat /proc/kallsyms | grep execve | grep x64_ 0000000000000000 T __x64_sys_execve 0000000000000000 T __x64_sys_execveat ```