AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2026-05-25 · Documentation low

File: AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.SSL.DNMatch.md

Summary

Changed JDBC connection string port format specifier from %d to %s.

Security assessment

Syntax correction in example code. No security implications or vulnerability fixes mentioned. Purely a documentation formatting change.

Diff

diff --git a/AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.SSL.DNMatch.md b/AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.SSL.DNMatch.md
index f2a47055a..8783c7230 100644
--- a//AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.SSL.DNMatch.md
+++ b//AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.SSL.DNMatch.md
@@ -22 +22 @@ Use the following connection string to enforce DN matching when using SSL.
-        "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=%s)(PORT=%d))" +
+        "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=%s)(PORT=%s))" +