Thales Macedo Garitezi

Results 32 issues of Thales Macedo Garitezi

Currently, if a call to `String.to_atom/1`, `List.to_atom/1`, `Module.concat/{1,2}`, `:erlang.list_to_atom/1` and `:erlang.binary_to_atom/2` is in a pipe (`|>`) chain, it is not detected by the `UnsafeToAtom` check. This change alters the prewalk...

When using parallel execution, the counter-example is a singleton list with a single 2-tuple containing the sequential prefix and the parallel executions. But the code was expecting it to be...

Currently, if one uses `ssl_crl_cache:insert/2` providing the URI of the distribution point of a CRL, when a connection is attempted, it fails with a `{unexpected_error,function_clause}`. This traces to [`ssl_handshake:dps_and_crls/3`](https://github.com/erlang/otp/blob/8c182956e1bde761ea1541fd1d061b208356cb48/lib/ssl/src/ssl_handshake.erl#L2244), which...

team:PS
testing
in progress

A few places are still using `crypto:hmac/4` in the current master: https://github.com/potatosalad/erlang-jose/blob/8b8c52a693ba7be9eedcac72b9b057849d55ec22/src/jose_public_key.erl#L720-L731 This would break if called in OTP 24+.

Adds a toxic that flips random bits of the input stream, corrupting it. Example run: ``` ͳ curl -v http://localhost:4001/api/echo -H "Content-Type: application/json" -d '{"echo": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' * Trying 127.0.0.1:4001... *...

Toxiproxy

Fixes https://emqx.atlassian.net/browse/EMQX-11540 Note that not all information provided by disconnected in-memory sessions is available to disconnected persistent sessions, nor does all of them make sense. Release version: v/e5.7 ## Summary...

Fixes https://emqx.atlassian.net/browse/EMQX-11471 Release version: v/e5.6 ## Summary ## PR Checklist Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until...

Fixes https://emqx.atlassian.net/browse/EMQX-10943 Release version: v/e5.6 ## Summary ## PR Checklist Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until...