Robert Scott

Results 72 issues of Robert Scott

Hi, just letting you know that CVE-2024-41262 (complete with typo it would seem) has been opened against immudb, and I see no mention about it here, so perhaps you were...

bug

Wrapping `application.wsgi_app` is more correct than wrapping `application` itself, as it preserves flasky behaviours of the outer `application` object. Also control the timeout time with a `HTTP_SERVE_TIMEOUT_SECONDS` config/env var that...

On the long long road to https://trello.com/c/ORGrd1jn/498-upgrade-docker-images-for-our-ecs-apps-to-debian-bookworm This should allow us to confidently upgrade to openssl 3.x without significant performance degradation. As ever, I suggest reading the individual commits separately...

Doing a few things here to make some of the database tweaks we do and timeouts we set more consistent and controllable via environment variables (which will become useful when...

Reverts alphagov/notifications-api#4214 Merge this in a day or so.

Some of these are now timing out, this may not be enough to bring them back from the brink given recent increased volume.

On the long road to https://trello.com/c/ORGrd1jn/498-upgrade-docker-images-for-our-ecs-apps-to-debian-bookworm These are basically the api changes needed to handle the breaking changes in https://github.com/alphagov/notifications-utils/pull/1152. Draft because that isn't merged yet.

This is an example app update to correspond with changes in https://github.com/alphagov/notifications-utils/pull/1155 `copy_config()` is now done during `freeze-requirements` and the results should be committed so we no longer have any...

FWIW this isn't necessarily a _bad_ thing, it's just something users should be aware of if running in a multi-threaded context. I guess we should also add this information to...