Skip to content

Commit 1901f6b

Browse files
committed
Java: Make @id @name of query more similar.
1 parent 4fa8f5e commit 1901f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/Security/CWE/CWE-297/UnsafeHostnameVerification.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* @name Disabled hostname verification
2+
* @name Unsafe hostname verification
33
* @description Marking a certificate as valid for a host without checking the certificate hostname allows an attacker to perform a machine-in-the-middle attack.
44
* @kind path-problem
55
* @problem.severity error
66
* @precision high
7-
* @id java/insecure-hostname-verifier
7+
* @id java/unsafe-hostname-verification
88
* @tags security
99
* external/cwe/cwe-297
1010
*/

0 commit comments

Comments
 (0)