Jonatan Männchen
Jonatan Männchen
Are you asking to convert text to cron expressions or the other way around? Converting text to cron expression sounds quite complicated and I‘m not sure if that would have...
@supersimple Thanks for your feedback. For context, the EEF is currently in the process of becoming a CNA (CVE Numbering Authority) for all packages on Hex and a few specific...
Thanks for the PR, this looks amazing ❤️ I’m off organizing a festival this week and will have a closer look next week (Wednesday or a bit later).
@eyupcanakman Are you planning to finish this PR?
@guglielmobartelloni Essentially you would have to analyze the telemetry events sent by this library and build a nice phoenix live dashboard. Then we can create a [page](https://github.com/quantum-elixir/quantum-core/tree/main/pages) with the code...
I went to check It seems like the functions were deprecated without a replacement: https://github.com/erlang/otp/blob/79bc8234396a4f619f40dadfb8458064ab29aa85/lib/public_key/src/public_key.erl#L116-L119 Commit: https://github.com/erlang/otp/commit/1e8d904ada2a0264ece549558fae80128745d464#diff-be09f175079f98e5baaee4302d27de2632a80105c41430ed6352e785d27f62f4 The docs quote security reasons: https://www.erlang.org/doc/apps/crypto/crypto.html#public_encrypt/4 > This is a legacy function, for...
Current state of discussions about the depreciation: https://erlangforums.com/t/security-working-group-minutes/3451/6?u=maennchen
Erlang Workaround for now: `rebar.config`: ```erlang {overrides, [ {override, jose, [{erl_opts, []}]} ]}. ```
Will be undeprecated in OTP 27.1: https://github.com/erlang/otp/pull/8700
The issues seem to be triggered when Zitadel does not have any keys in the jwks initially since not all tests perform key rotation on a new `kid`.