diff --git a/ql/src/experimental/CWE-322/InsecureHostKeyCallback.ql b/ql/src/experimental/CWE-322/InsecureHostKeyCallback.ql index fb810b29a..35df89e1a 100644 --- a/ql/src/experimental/CWE-322/InsecureHostKeyCallback.ql +++ b/ql/src/experimental/CWE-322/InsecureHostKeyCallback.ql @@ -3,7 +3,6 @@ * @description Detects insecure SSL client configurations with an implementation of the `HostKeyCallback` that accepts all host keys. * @kind path-problem * @problem.severity error - * @precision very-high * @id go/insecure-hostkeycallback * @tags security */