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(postgres): prevent path traversal attacks with double slashes
- Enhanced validateDatabase function to handle path separator variations
- Added validation for ..// and .// patterns that could bypass security
- Path normalization prevents attacks using double forward slashes
- Maintains all existing path traversal protections
Co-authored-by: Anguel <modelorona@users.noreply.github.com>
0 commit comments