The Java-WebSocket Client does not perform hostname verification.
For more information see: CWE-297: Improper Validation of Certificate with Host Mismatch - https://cwe.mitre.org/data/definitions/297.html
The OWASP Dependency-Check (https://jeremylong.github.io/DependencyCheck/index.html) may report that a dependency of your project is affected by this security vulnerability, but you don't use this lib. This is caused by the fuzzy search in the OWASP implementation. Check out this issue (https://github.com/TooTallNate/Java-WebSocket/issues/1019#issuecomment-628507934) for more information and a way to suppress the warning.
{ "nvd_published_at": "2020-05-07T21:15:00Z", "github_reviewed_at": "2020-05-08T18:54:10Z", "severity": "HIGH", "github_reviewed": true, "cwe_ids": [ "CWE-295", "CWE-297" ] }