AWS Security ChangesHomeSearch

AWS codebuild documentation change

Service: codebuild · 2025-04-11 · Documentation low

File: codebuild/latest/userguide/github-global-organization-webhook-events-console.md

Summary

Corrected domain example to include https:// protocol

Security assessment

Documentation fix for proper URL formatting, not explicitly security-related

Diff

diff --git a/codebuild/latest/userguide/github-global-organization-webhook-events-console.md b/codebuild/latest/userguide/github-global-organization-webhook-events-console.md
index 17eafb53b..2129dd21c 100644
--- a//codebuild/latest/userguide/github-global-organization-webhook-events-console.md
+++ b//codebuild/latest/userguide/github-global-organization-webhook-events-console.md
@@ -33 +33 @@ If you are using organization webhooks, make sure that CodeBuild has permissions
-If the project's source type is `GITHUB_ENTERPRISE`, you also need to specify a domain as part of the webhook organization configuration. For example, if the URL of your organization is `https://domain.com/orgs/org-name`, then the domain is `domain.com`.
+If the project's source type is `GITHUB_ENTERPRISE`, you also need to specify a domain as part of the webhook organization configuration. For example, if the URL of your organization is `https://domain.com/orgs/org-name`, then the domain is `https://domain.com`.