Apply suggestions from code review

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Tony Torralba
2021-07-29 17:30:01 +02:00
parent 9c1021134a
commit 9f54b1065a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
/**
* @name Insecure JavaMail SSL Configuration
* @description Java application configured to use authenticated mail session
* over SSL does not validate the SSL certificate to properly
* ensure that it is actually associated with that host.
* @description Configuring a Java application to use authenticated mail session
* over SSL without certificate validation
* makes the session susceptible to a man-in-the-middle attack.
* @kind problem
* @problem.severity warning
* @precision medium