Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds input validation for the optional_checks parameter in the releasability status GitHub Action to prevent injection attacks and ensure data integrity.
- Added regex validation to restrict
optional_checksinput to alphanumeric characters, commas, and spaces only - Included error handling that exits with failure status when invalid input is detected
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
🤖 Pull Request summaryAdds input validation for optional_checks parameter in releasability-status action. • Validates optional_checks input format using regex pattern for alphanumeric chars, commas, and spaces Review focus: Ensure regex pattern
|



No description provided.