Christoph Hartmann

Results 76 comments of Christoph Hartmann

does the bunyan client crashes as well? You could try to increase the buffer size: https://github.com/chris-rock/bunyan-logstash-tcp/blob/master/lib/logstash.js#L54

@libreninja I relaxed the npm dependency in the latest master release

we use a fixed cyclic buffer. therefore the memory should not increase due to the use of the buffer. see https://github.com/trevnorris/cbuffer

Without digging in too much, I think the problem is only happening when profile dependencies are used in combination with filter table. Yes, resource instances are created but resources should...

Any PR is welcome to improve the situation.

Thanks @jeremymv2 I tend to go with: ``` directory.children.each do |filename| file(filename).isFile? end ```

So far, we can use the `find` command: ``` `command('find . -type f -maxdepth 1').stdout.split("\n").map(&:strip).find_all { |x| !x.empty? }` is returning an array of files ```

Thank you @naman for raising the issue. I think it is a very valid question. The dev-sec baselines are not following one specific ruleset by intention. There are many regulations...

@artem-sidorenko I recommend to use InSpec overlay profiles for that use case. Overlays can add additional tags to existing controls.

Its a semantics discussion... But I fully agree that we need cross checks. Maybe we need to request an reference implementation for every baseline change in future. Are you creating...