Greg Furman

Results 32 issues of Greg Furman

Think it would be useful to include a (simple) command-line interface for this tool. Previously had to import this and manually create a CLI, so the ability to `go install`...

Both Snyk docker images for Scala and sbt seemingly have critical Log4Shell issues and have for some time. When do we expect this to be fixed? See [sbt](https://hub.docker.com/layers/snyk/snyk/sbt/images/sha256-2526610519266d57429868d04ca18fd2e35fb68cd73f055a283225ff8ae96154?context=explore) and [scala](https://hub.docker.com/layers/snyk/snyk/scala/images/sha256-0ca973c760fd9110358fed860442a649ccbfa45da7f56f1d5d4cd488f69860f7?context=explore)...

### Please describe the enhancement Currently there is a WIP (https://github.com/stacklok/minder/issues/1862) addition to minder reviews to include a summary comment that will always be edited atop the PR. This will...

user-story
P2

### Describe the issue It is currently possible to have commits prior to HEAD of an incoming branch merged into `main` that contain vulnerabilities `minder` seemingly does not evaluate all...

bug
P1

### Please describe the enhancement Currently, the GitHub REST API only supports up to `v3` which does not include some important automation functionality -- namely the `v3` cannot make a...

user-story
P2

### Problem In order to run a model, we need to specify the exact `.py` of the system model i.e `python stoix/systems/ff_ppo.py`. ### Solution It would be much easier if...

enhancement

## Motivation Improve parity of StepFunctions provider by adding pagination for [ListStateMachines](https://docs.aws.amazon.com/step-functions/latest/apireference/API_ListStateMachines.html), [ListStateMachineVersions](https://docs.aws.amazon.com/step-functions/latest/apireference/API_ListStateMachineVersions.html), and [ListExecutions](https://docs.aws.amazon.com/step-functions/latest/apireference/API_ListExecutions.html). ## Changes - Add pagination functionality and parameter validation checks to `list_state_machines`, `list_state_machine_versions`, and `list_executions`...

semver: patch

## Motivation This PR enables and tests SNS as a failure destination DLQ in Localstack ESM v2 for Kinesis and DynamoDBStreams events, where AWS event source mapping supports adding either...

aws:lambda
semver: minor

## Motivation This PR aims to add persistence support to Event Source Mapping V2. ## Changes - Add to the Lambda provider's `on_after_state_load` method. - Poll whether the mapped Lambda...

aws:lambda
semver: minor
aws:pipes

## Motivation This PR adds support for `FunctionResponseTypes` to ESM v2, allowing for partial batch failures to be reported and handled. Failed items of a batch can now be retried...

aws:lambda
semver: minor
aws:pipes