Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: dacd1f092c11358af34c92e3b82af3abfd2eeaf3
      
https://github.com/jenkinsci/email-ext-plugin/commit/dacd1f092c11358af34c92e3b82af3abfd2eeaf3
  Author: James Nord <[email protected]>
  Date:   2024-03-14 (Thu, 14 Mar 2024)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java
    M src/main/java/hudson/plugins/emailext/MailAccount.java
    A src/test/java/hudson/plugins/emailext/FormValidationMessageMatcher.java
    A src/test/java/hudson/plugins/emailext/MailAccountFIPSTest.java
    M src/test/java/hudson/plugins/emailext/MailAccountTest.java

  Log Message:
  -----------
  Warn when using authentication without encryption

As SMTP is plain text, any credential used can be leaked on the network.
Due to this issue a warning when using a credential without using TLS or
SSL.

Additionally when in FIPS mode this becomes a hard requirement, so the
warning becomes and error and the mailaccount will be treated as invalid


  Commit: 20a60328ca1e884636784e77494c154279a58ad8
      
https://github.com/jenkinsci/email-ext-plugin/commit/20a60328ca1e884636784e77494c154279a58ad8
  Author: Alex Earl <[email protected]>
  Date:   2024-04-02 (Tue, 02 Apr 2024)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java
    M src/main/java/hudson/plugins/emailext/MailAccount.java
    A src/test/java/hudson/plugins/emailext/FormValidationMessageMatcher.java
    A src/test/java/hudson/plugins/emailext/MailAccountFIPSTest.java
    M src/test/java/hudson/plugins/emailext/MailAccountTest.java

  Log Message:
  -----------
  Merge pull request #505 from jtnord/auth-without-security

[JENKINS-72912] Warn when using authentication without encryption


Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/475124db648b...20a60328ca1e

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/email-ext-plugin/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/email-ext-plugin/push/refs/heads/master/475124-20a603%40github.com.

Reply via email to