Montgomery Edwards⁴⁴⁸
Montgomery Edwards⁴⁴⁸
Decoding 9-10 bytes of malformed CBOR data can cause "fatal error: out of memory" and "runtime: out of memory" errors. Only 1 decode attempt is required to cause the error....
Force strong TLS 1.2 cipher suites in download/src/lib.rs because servers offer weak cipher suites
**Describe the problem you are trying to solve** rustup-init.sh was recently updated to [force strong TLS 1.2-1.3 cipher suites](https://github.com/rust-lang/rustup/pull/2287/commits/59114b88850dec9b49c52260262ae497836364eb) for downloading files (if supported by local tools). However, rustup itself...
First of all, thanks for everything you've already done in the README. It may be useful to document how some constants should be adjusted based on state size and/or reps....
**Is your feature request related to a problem? Please describe.** It can be useful to skip decoding a CBOR data item as discussed in comments for issue https://github.com/fxamacker/cbor/issues/362. **Describe the...
Bump from 1.46.2 to 1.49.0. Identical to latest at [github.com/x448/safer-golangci-lint](https://github.com/x448/safer-golangci-lint). ``` # Release v1.49.0 (September 18, 2022) # - Bump golangci-lint to 1.49.0 # - Bump Go to 1.19 (latest...
And other cleanups/refactoring of unit tests while at it.
**Is your feature request related to a problem? Please describe.** The branch for tinygo doesn't have changes from v2.6.0 yet. **Describe the solution you'd like** Use build tag to move...
The [home page](https://buildah.io/) stopped mentioning new releases after v1.26.1. Here's a screenshot as of January 31, 2023: 
Decoding 9-10 bytes of malformed CBOR data can cause "fatal error: out of memory" and "runtime: out of memory" errors. Only 1 decode attempt is required to cause the error....