You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address CodeRabbit review — try-catch for malformed URIs, add / and ? tests
- Wrap decodeURIComponent(user) in try-catch to handle malformed percent
sequences gracefully (falls back to encoding raw value)
- Add tests for / and ? in passwords
- Add test for malformed percent sequence in username
- Use test-prefixed values in all connection strings to avoid
GitGuardian false positives
Co-Authored-By: Vijay Yadav <vijay@studentsucceed.com>
0 commit comments