Joachim Viide
Joachim Viide
### Link to the code that reproduces this issue https://github.com/jviide/my-minimal-nextjs-issue-reproduction ### To Reproduce The reproduction is also available at CodeSandbox: https://codesandbox.io/p/github/jviide/my-minimal-nextjs-issue-reproduction/main 1. Install the repository dependencies with `npm i` and...
wbond/asn1crypto@e1fa6cd5de4f533a1f15a0e20d643695b395325d fixed how `asn1crypto.x509.Name.build()` encodes distinguished names. However badtls.io might still serve certificates created with an older version of asn1crypto. A bit of background: https://github.com/ouspg/trytls/pull/231 stumbled onto how go1.7 fails...
Thank you for submitting a Pull Request (PR) to the Cheat Sheet Series. > :triangular_flag_on_post: If your PR is related to grammar/typo mistakes, please double-check the file for other mistakes...
## What is missing or needs to be updated? The section [Use TLS For All Pages](https://cheatsheetseries.owasp.org/cheatsheets/Transport_Layer_Security_Cheat_Sheet.html#use-tls-for-all-pages) states: > For public facing applications, it may be appropriate to have the web...
- [x] Check if updating to the latest version resolves the issue **Environment** - [ ] I am using `@preact/signals-core` - [x] I am using `@preact/signals` - [ ] I...