David
David
**What would you like to be added**: Grype should be able to download DB updates via an http proxy **Why is this needed**: For restricted environments where internet access is...
I have a use case where I need to run a one-shot action after the http listener is app (aka the app has been fully started). Is there a hook...
# Issue When using the NinjaDocTester with `.formParameters()` the payload is not encoded as utf-8. The root cause is in `TestBrowserImpl:161`: ``` UrlEncodedFormEntity entity = new UrlEncodedFormEntity(formparams); ``` The constructor...
# Error description When defining a path parameter ``` router.GET().route(V1 + "/project/byName/{name: .+}").with(ProjectController::getByName); ``` and opening the url where the `name` parameter contains a colon will break the decoder ```...
I've got an extractor which returns a `Map` as data type. After I've updated Ninja from 5.6 to 6.0 I can't start the app anymore: ``` Caused by: java.lang.RuntimeException: Oops....
### Background - I'm using `regclient import` to push an tar image to a registry. - The registry uses a custom ca - In total I'm trying to push 2...
When pushing an image to amazon ECR I sometimes get the following error: ``` time="2021-08-30T13:54:50Z" level=debug msg="Not found" Status="404 Not Found" URL="https://583787846583.dkr.ecr.eu-central-1.amazonaws.com/v2/iss-scan-temp/blobs/sha256:1ed753f0832352f4e0ae08f3164bd4765415bea20462f0f78f4eea7153492755" time="2021-08-30T13:54:50Z" level=debug msg="Sending request" method=GET url="https://my.internal.docker.repo/v2/btf-release/alm/blobs/sha256:1ed753f0832352f4e0ae08f3164bd4765415bea20462f0f78f4eea7153492755" withAuth=true time="2021-08-30T13:54:50Z"...
### Expected Behavior When using `swagger-ui.enabled=true` swagger should be entirely self-contained, not depending on any external resources. ### Actual Behaviour The UI requires external resources, see screenshot below:  This...
## Bug Report ### Description I'm currently evaluating authelia with nginx for a lab setup with http, however I've noticed that it's not possible to redirect to a target which...
The [metal sources](https://github.com/libgdx/libgdx/blob/master/backends/gdx-backend-robovm-metalangle/build.gradle) currently used by the robovm-metalangle backend are coming from a dead repo, see [readme](https://github.com/kakashidinho/metalangle/). Libgdx should - at some point - use the official sources as they...