- Notifications
You must be signed in to change notification settings - Fork1k
Commite5fa379
fix: resolve regex syntax error in branch validation
- Replace regex pattern with simple string comparisons- Check for specific unsafe shell characters individually- Provide more explicit validation for shell injection characters- Fix syntax error in conditional expression🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>1 parent7e150f2 commite5fa379
1 file changed
+8
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
150 |
| - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
151 | 153 |
| |
152 | 154 |
| |
153 | 155 |
| |
154 | 156 |
| |
155 |
| - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
156 | 161 |
| |
157 | 162 |
| |
158 | 163 |
| |
|
0 commit comments
Comments
(0)