mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Java: Make @id @name of query more similar.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/**
|
||||
* @name Disabled hostname verification
|
||||
* @name Unsafe hostname verification
|
||||
* @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.
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @id java/insecure-hostname-verifier
|
||||
* @id java/unsafe-hostname-verification
|
||||
* @tags security
|
||||
* external/cwe/cwe-297
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user