Michael Meyers

Results 11 issues of Michael Meyers

We are using version 2.5.0.2 and our security scanners picked up a vulnerability on this project. It is in the `process` method of [InitialRedirectHandler](https://github.com/togglz/togglz/blob/master/console/src/main/java/org/togglz/console/handlers/InitialRedirectHandler.java). It should be validating that it's...

I just found out that you can use pre-built images from docker hub in your github actions like this: ``` uses: docker://youyo/aws-cdk-github-actions:latest ``` I see that there is [one image](https://hub.docker.com/r/youyo/aws-cdk-github-actions/tags)...

This is to enable alpine 3.14 (#41) again so that builds can use npm 7 formatted package files. This is a super hacky fix, but I couldn't find a better...

We want to be able to use NPM 7 in our project, however this action does not support it as it runs on alpine 3.13 instead of alpine 3.14. It...

We recently rolled out a new AMI for our runners which had a fix for an issue we were facing. After running `terraform apply` with the new configurations, I had...

# Expected Behavior ``` - name: Setup `packer` uses: hashicorp/[email protected] with: version: "1.8.4" - name: Build AMI run: packer --version ``` This should print out `1.8.4`, indicating that I'm using...

bug

It would be nice if this supported arrays so that we could plugin the array as a matrix variable. Not sure if this is supported by Github Actions though. I'm...

I would like to put the git tag in the Jira fix version description. Is that something you can support?

It would be great if we could post to multiple slack channels at once.

I've been able to merge `paths` in from multiple files, but we haven't been able to figure out how to split the requests, responses, and schemas into separate schemas. I've...