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 Windows path traversal attacks in database names
Add validation for Windows-specific path traversal patterns (`./` and `.\`)
to prevent directory traversal attacks on Windows systems. This addresses
the security vulnerability where database names could contain current
directory references to access unauthorized paths.
Co-authored-by: Anguel <modelorona@users.noreply.github.com>
0 commit comments