Skip to content

Commit

Permalink
codeql - remove insecure cipher from supported list
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Avetisyan <[email protected]>
  • Loading branch information
havetisyan committed May 19, 2024
1 parent 1c2507c commit ce700a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/go/tls/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ func StandardCipherSuites() []uint16 {
tls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,
tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,
}
}

0 comments on commit ce700a5

Please sign in to comment.