Mark Nielsen

Results 13 issues of Mark Nielsen

Using `v1.13.0` with this config: ```zsh function powerline_precmd() { eval "$($GOPATH/bin/powerline-go -error $? -shell zsh -eval -newline -modules 'venv,cwd,perms,git,jobs,exit,root,vgo' -modules-right 'aws')" } function install_powerline_precmd() { for s in "${precmd_functions[@]}"; do...

bug

**Describe the issue** Attempting to author a rule that verifies that a `AWS::EC2::FlowLog` has been created for every `AWS::EC2::VPC`. See the below example, but the problem is likely in the...

guidance
purple

### Description When deploying into a more restricted environment, we may have some rules that can never be suppressed. This way, cdk-nag could be used to preemptively block insecure infrastructure...

feature-request

Hello, I filed a request to get this PHP extension installable via MacPorts. I think I jumped the gun, but wanted to let you know and you could perhaps comment...

With PHP_CodeSniffer 2.0, I believe they have greatly improved their tokenizing of PHPDoc blocks. Would it now be possible to fold this into local_codechecker's PHP_CodeSniffer code standard?

Link out to https://gist.github.com/Dagefoerde/b8ebf54438b8a77ee4ea73f552fc0a01

Review and then integrate https://github.com/mrmark/joule-plugincheck as a new command, like `moodle-plugin-ci codereview` The project should be moved into `moodlerooms` Github account and should be managed similarly to https://github.com/moodlerooms/moodle-coding-standard. The point...

enhancement

Turns out, if you use the following on your lambda: ``` runtime: new lambda.Runtime('nodejs18.x', lambda.RuntimeFamily.NODEJS), ``` And then on your layer you have: ``` compatibleRuntimes: [Runtime.NODEJS_18_X] ``` You'll get a...

bug

### What is the problem? The [rules/aws/amazon_s3/s3_bucket_ssl_requests_only.guard](https://github.com/aws-cloudformation/aws-guard-rules-registry/blob/main/rules/aws/amazon_s3/s3_bucket_ssl_requests_only.guard) rule only works if there is a bucket policy present. But if I define a bucket with no bucket policy, then the rule...

bug

This combines the great work done in https://github.com/pyro2927/AWS_SSO_Containers/pull/24 and also fixes using this extension for AWS SSO in GovCloud. The problem with GovCloud was the destination going to the wrong...