This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 1b41f72181ca90dfe7910dab065e0922ac40beff Author: Robert Lazarski <[email protected]> AuthorDate: Mon Jun 1 10:16:36 2026 -1000 Add missing mail transport to SECURITY.md transports table Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> --- SECURITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SECURITY.md b/SECURITY.md index baf83207d8..902762f0d6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -150,6 +150,7 @@ Axis2 exposes the following URL patterns from the servlet mapping: | JMS | Authentication delegated to JMS broker. | | TCP | Raw sockets. No encryption or authentication. Trusted networks only. | | UDP | No encryption, no authentication, no reliability. Trusted networks only. | +| Mail | Depends on mail server authentication. | ## CVE History and Lessons Learned
