AWS Security ChangesHomeSearch

AWS glue documentation change

Service: glue · 2025-05-22 · Documentation low

File: glue/latest/webapi/API_Connection.md

Summary

Clarified that JDBC_ENFORCE_SSL parameter is case-insensitive

Security assessment

Adds clarity about SSL enforcement configuration but does not address a specific vulnerability. Enhances documentation for a security-related parameter by specifying input handling, improving user awareness of secure configuration options.

Diff

diff --git a/glue/latest/webapi/API_Connection.md b/glue/latest/webapi/API_Connection.md
index a1d2f52fb..fe6ea00f3 100644
--- a//glue/latest/webapi/API_Connection.md
+++ b//glue/latest/webapi/API_Connection.md
@@ -75 +75 @@ These key-value pairs define parameters for the connection when using the versio
-  * `JDBC_ENFORCE_SSL` \- A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false.
+  * `JDBC_ENFORCE_SSL` \- A case-insensitive Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false.