We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22c701 commit c36954fCopy full SHA for c36954f
rules/tls.go
@@ -130,8 +130,10 @@ func NewModernTlsCheck(conf map[string]interface{}) (gas.Rule, []ast.Node) {
130
goodCiphers: []string{
131
"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
132
"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384",
133
+ "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305",
134
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
135
"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
136
+ "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305",
137
},
138
}, []ast.Node{(*ast.CompositeLit)(nil)}
139
}
0 commit comments