Ben Plotnick
Ben Plotnick
When a param has a `format`, the formatter will coerce the value to that type instead of failing when validate_requests is enabled. Pet Store example using bravado - `petId` has...
This fixes #1005 by no longer stringifying context. This, however also may break json serialization so it adds an option, `no_dump`, to disable json serialization of context (which is used...
We used to be able to pass in `use_grpc_plugin` to `pgv_cc_proto_library` until #92. This is useful for c++ applications talking to Envoy. You can kind of see a use-case in...
### Description When running in a custom image, the user may not have permissions to write to `/` including `/project`. To solve this, we could extract out these pre-defined paths...
When a prefix is "loaded" - meaning that we have acquired a large number of ips from it - performance degrades as O(number of acquired IPs) The benchmark code misses...
Uploading workspace files (including mounted files) runs the risk of uploading sensitive files like private keys. This was even called out in the original [PR](https://github.com/sourcegraph/src-cli/pull/861) as a risk. There should...
# JWT Revocation ## Summary Right now there's no way to revoke JWTs. In cases like `oauth2`, where the sessions are stored in cookies as JWTs, this means that these...