AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2025-04-18 · Documentation low

File: AmazonRDS/latest/AuroraUserGuide/PostgreSQL_trusted_language_extension-hooks-reference.md

Summary

Added link to Trusted Language Extensions hooks documentation including client authentication hook

Security assessment

Expands documentation for security-related hooks but does not address a specific vulnerability.

Diff

diff --git a/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_trusted_language_extension-hooks-reference.md b/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_trusted_language_extension-hooks-reference.md
index 24ce06e39..6de7037d1 100644
--- a//AmazonRDS/latest/AuroraUserGuide/PostgreSQL_trusted_language_extension-hooks-reference.md
+++ b//AmazonRDS/latest/AuroraUserGuide/PostgreSQL_trusted_language_extension-hooks-reference.md
@@ -11 +11 @@ Trusted Language Extensions for PostgreSQL supports PostgreSQL hooks. A _hook_ i
-View the following documentation to learn about the passcheck hook available for your TLE extensions.
+View the following documentation to learn about the passcheck hook available for your TLE extensions. To learn more about the available hooks including the client authentication hook, see [Trusted Language Extensions hooks](https://github.com/aws/pg_tle/blob/main/docs/04_hooks.md).