AWS Security ChangesHomeSearch

AWS imagebuilder documentation change

Service: imagebuilder · 2026-07-07 · Documentation low

File: imagebuilder/latest/userguide/toe-conditional-constructs.md

Summary

Added nesting depth limitation (4 levels max) for conditional expressions

Security assessment

While preventing overly complex expressions might mitigate potential issues, there's no explicit security context. The change appears focused on validation and reliability rather than addressing a specific vulnerability.

Diff

diff --git a/imagebuilder/latest/userguide/toe-conditional-constructs.md b/imagebuilder/latest/userguide/toe-conditional-constructs.md
index 4e0dd6040..6050d6c15 100644
--- a//imagebuilder/latest/userguide/toe-conditional-constructs.md
+++ b//imagebuilder/latest/userguide/toe-conditional-constructs.md
@@ -20,0 +21,4 @@ An `if` statement is only evaluated one time, even if the step triggers a restar
+###### Note
+
+Conditional expressions support a maximum nesting depth of 4 levels. If you nest logical operators (`and`, `or`, `not`) beyond 4 levels deep, validation fails.
+