fix(deps): atualiza rustls para 0.23.45 (RUSTSEC-2026-0285) - #23
Closed
NullSablex wants to merge 1 commit into
Closed
NullSablex wants to merge 1 commit into
NullSablex wants to merge 1 commit into
Conversation
O cargo audit apontava uma vulnerabilidade media (CVSS 5.3) em rustls 0.23.40, dependencia transitiva via reqwest: mensagens de handshake TLS 1.3 eram aceitas atravessando limites de nivel de criptografia. Corrigida em 0.23.45. Na mesma atualizacao: - chacha20 0.10.1 -> 0.10.2, saindo de uma versao yanked. - rustls-webpki 0.103.13 -> 0.103.15, arrastado pelo rustls. Sao mudancas so de Cargo.lock; nenhum requisito do Cargo.toml muda.
NullSablex
force-pushed
the
fix/rustsec-2026-0285
branch
from
September 21, 2026 01:41
0c5dab2 to
fc07f08
Compare
Owner
Author
|
Redundante: o #18 (grupo) já traz rustls 0.23.45, chacha20 0.10.2 e rustls-webpki 0.103.15, que é exatamente o conteúdo deste PR. RUSTSEC-2026-0285 fica resolvido por lá. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
O
cargo auditapontava uma vulnerabilidade média (CVSS 5.3) emrustls0.23.40, dependência transitiva viareqwest: mensagens de handshake TLS 1.3 eram aceitas atravessando limites de nível de criptografia (RUSTSEC-2026-0285). Corrigida em 0.23.45.Na mesma atualização:
chacha200.10.1 → 0.10.2, saindo de uma versão yanked.rustls-webpki0.103.13 → 0.103.15, arrastado pelorustls.São mudanças só de
Cargo.lock; nenhum requisito doCargo.tomlmuda.Verificado localmente:
cargo auditlimpo (0 vulnerabilidades, 0 warnings) ecargo test --target i686-unknown-linux-gnucompila e passa.