Connor Edwards

Results 101 comments of Connor Edwards

I just tried to intercept traffic and wasn't able to. The app says the request timed out if trying to MITM the TLS connection. So I'm not sure what `Disable...

I see, thanks for the explanation. Sorry for the noise. In this case it's no biggie if someone presses the button which was my concern.

Getting this issue trying to generate from the Fastly provider. It is erroring on empty markdown files. https://github.com/fastly/terraform-provider-fastly/blob/5c16f5639f7ebbb4ea637172131bfbb16453959b/docs/resources/arguments/package.md https://github.com/fastly/terraform-provider-fastly/blob/5c16f5639f7ebbb4ea637172131bfbb16453959b/docs/resources/components/footer.md The only workaround I have at the moment is to delete...

I'm looking to implement an age plugin but a bit confused about what state the support is in, the docs on pkg.dev don't show really how to implement one. Am...

When I call `RequestValue` with `secret` set to false my input is still masked, is this intended? Also, when I press enter without entering anything I get this: ``` age:...

I would suggest using this fork of the pkcs7 library too, it seems to be more maintained: https://github.com/smallstep/pkcs7

Maybe the `BasePathFs` type could be retrofitted to use this. The way afero currently implements this is not ideal, `os.Root` should be more secure.

`BasePathFs` doesn't use the same syscall-based strategies as `os.Root` to prevent traversal - it uses path sanitisation only. https://go.dev/blog/osroot

I mean that I want to pin the binary that setup-just installs by a hash.

Upon further investigation it looks like this only occurs due to the way comments are scanned. https://github.com/goccy/go-yaml/blob/f4ccce9f01a41e6da7dfbfad021f1f96afbbb76f/scanner/scanner.go#L660-L675 When a `\r` rune is encountered, it is immediately considered a newline and...