-
Notifications
You must be signed in to change notification settings - Fork 286
[Main] [STRATCONN-6227] Update documentation and review guidelines to check for type:password #3360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances security documentation and review processes by adding comprehensive guidance for properly marking sensitive fields with type: 'password' across the Action Destinations codebase. This ensures credentials and secrets are properly secured in Segment's infrastructure and excluded from git sync operations.
Key changes:
- Added extensive documentation explaining when and why to use
type: 'password'for sensitive fields - Enhanced PR review guidelines to include security checks for proper password field usage
- Updated the PR template with a security review checklist
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Added comprehensive "Password and Secret Fields" section with implementation examples, security rationale, and integration details |
| CONTRIBUTING.md | Added security review checklist for GA releases, emphasizing proper password field configuration |
| .github/copilot-instructions.md | Enhanced code review guidelines to include security and secret detection checks |
| .github/PULL_REQUEST_TEMPLATE.md | Added security review section with checklist for verifying proper handling of sensitive fields |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
In this PR, updated documentation and review guidelines to check for type: password
Jira: https://twilio-engineering.atlassian.net/browse/STRATCONN-6227
A summary of your pull request, including the what change you're making and why.
Testing
Include any additional information about the testing you have completed to
ensure your changes behave as expected. For a speedy review, please check
any of the tasks you completed below during your testing.