AWS AmazonRDS documentation change
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))" +