AWS codebuild documentation change
Summary
Added 'account' scope requirement for Bitbucket access tokens
Security assessment
Documents required permissions for secure token configuration but doesn't indicate a security fix
Diff
diff --git a/codebuild/latest/userguide/access-tokens-bitbucket.md b/codebuild/latest/userguide/access-tokens-bitbucket.md index 6ac4f0598..3fb01b926 100644 --- a//codebuild/latest/userguide/access-tokens-bitbucket.md +++ b//codebuild/latest/userguide/access-tokens-bitbucket.md @@ -20,0 +21,2 @@ For Bitbucket, your app password or access token must have the following scopes. + * **account** : Grants read access to the user's account information. +