AWS Security ChangesHomeSearch

AWS codebuild medium security documentation change

Service: codebuild · 2025-08-13 · Security-related medium

File: codebuild/latest/userguide/connections-github-app.md

Summary

Updated resource ARN pattern in IAM policy example

Security assessment

Similar to Bitbucket changes, replaced placeholder with wildcard ARN pattern 'arn:aws:iam::*:role/Service*' which could create over-permissive access if misconfigured.

Diff

diff --git a/codebuild/latest/userguide/connections-github-app.md b/codebuild/latest/userguide/connections-github-app.md
index 4f4e137b5..a6fb59671 100644
--- a//codebuild/latest/userguide/connections-github-app.md
+++ b//codebuild/latest/userguide/connections-github-app.md
@@ -71 +71 @@ JSON
-                    "connection-arn>"
+                    "arn:aws:iam::*:role/Service*"