Kent Gruber

Results 41 comments of Kent Gruber

![the f](https://cloud.githubusercontent.com/assets/14850816/21288849/f9e6d8fc-c45b-11e6-8dda-1c44c2104b5f.jpg)

@waghanza I just did a bit of local testing, specifically on the sinatra one. I _think_ I may know why you're getting those results. I hope I am not mistaken...

I just noticed the `Dockerfile` `CMD` to see that both `puma` and `falcon` commands are used in the `use_falcon` branch. (This is correct behavior, as far as I know.)

@waghanza Right, I was wrong to use the `rackup` to test. I apologize for the confusion. When I use `puma` and `falcon` ~as they are in the Dockerfiles~: # Puma...

> So I think you're saying that this would only be a vulnerability in the hypothetical scenario where somebody pipes the output of `RedactURL` into a log file, but that's...

Last time I tried, this worked. But, there was some important bits to sort out in the README. Eventually I'll get around to this.

Spent a little bit of time investigating this. Starting with the basics. Currently able to enable nested virtualization, install Firecracker, and setup basic network configuration manually for a single VM....

👋 Hello! There are _two_ problems manifesting here. #### The usage of `key_algorithm` is deprecated. ```console $ terraform plan ╷ │ Warning: Argument is deprecated │ │ with module.nomad.tls_self_signed_cert.consul-ca, │...

We also need to drop usage of `ca_ key_algorithm` in addition to `key_algorithm`.