Dale Peakall

Results 3 issues of Dale Peakall

The go daemon requires stackTrace to be an array of strings. https://github.com/census-instrumentation/opencensus-php/blob/master/daemon/processor/local/helper_types.go#L37 However, the Span class in the PHP library sets the stackTrace to an array of objects. https://github.com/census-instrumentation/opencensus-php/blob/master/src/Trace/Span.php#L226 DaemonClient...

**Describe the issue** AWS SAM extends CloudFormation to include a Globals section (https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification-template-anatomy-globals.html) that provides default values for various different types of SAM/CloudFormation resources. Checkov should merge these values with...

languages
cloudformation

Support returning multiple streaming responses for a unary gRPC request. ## Implementation The JSON response is parsed into a JSON tree using Jackson's MappingIterator. Each JSON document is then mapped...