Tom Limoncelli
Tom Limoncelli
I recently upgraded to the newest version of this module and I noticed that `esc.Run()` now requires an `io.Writer`. That's awesome, however old code requires a lot of template (see...
When calling NewRR() on a TXT record, an escaped quote isn't properly de-escaped. A line such as: ``` example.com. IN TXT "inner\"quote" ``` It gets parsed to: `inner\"quote` I was...
This PR just demonstrates the bug. It is not intended for merge. See https://github.com/miekg/dns/issues/1384
## my urfave/cli version is 2.2.0 ## Checklist * [X] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [X] Did you check the manual...
See https://github.com/StackExchange/blackbox/issues/327
This is the issue to track the development of a Go version. CC: @hpoul @mnewswanger @MaxHorstmann @captncraig
Productionize: https://github.com/hpoul/blackbox/blob/create_role_account/bin/blackbox_create_role_account CC: @hpoul
A non-admin can gain access to the encrypted data as follows: 1. Run blackbox_addadmin as normal but do not ask someone to approve their membership. 2. Wait until someone runs...
* Add support for Unix sockets * Run gofmt