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 f09fc7b commit 33ba019Copy full SHA for 33ba019
go/ql/src/Security/CWE-322/InsecureHostKeyCallback.ql
@@ -3,9 +3,11 @@
3
* @description Detects insecure SSL client configurations with an implementation of the `HostKeyCallback` that accepts all host keys.
4
* @kind path-problem
5
* @problem.severity warning
6
+ * @security-severity 8.2
7
* @precision high
8
* @id go/insecure-hostkeycallback
9
* @tags security
10
+ * external/cwe/cwe-322
11
*/
12
13
import go
0 commit comments