AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-06-28 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-harness-harnessskillgitsource.md

Summary

Added documentation for git repository sources including HTTPS URLs and authentication

Security assessment

Documents the use of HTTPS and authentication for secure git repository access. This enhances security documentation but doesn't address a specific vulnerability.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-harness-harnessskillgitsource.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-harness-harnessskillgitsource.md
index 768bfb07f..c0ffc40ac 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-harness-harnessskillgitsource.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-harness-harnessskillgitsource.md
@@ -11 +11 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo
-The `HarnessSkillGitSource` property type specifies Property description not available. for an [AWS::BedrockAgentCore::Harness](./aws-resource-bedrockagentcore-harness.html).
+A git repository source for a skill.
@@ -41 +41 @@ To declare this entity in your CloudFormation template, use the following syntax
-Property description not available.
+Authentication configuration for private repositories.
@@ -52 +52 @@ _Required_ : No
-Property description not available.
+Subdirectory within the repository containing the skill.
@@ -63 +63 @@ _Required_ : No
-Property description not available.
+The HTTPS URL of the git repository.