Remove @precision from experimental query.

We'll add it back when we take it out of experimental status.
This commit is contained in:
Max Schaefer
2020-07-03 09:51:24 +01:00
parent 570b232836
commit 5343315ad0

View File

@@ -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
*/