Use session storage for credentials
Problem Description
Database credentials are stored in the Ora2Pg configuration file, potentially exposing a security risk for users of Visulate Ora2Pg who are running the application on a shared server.
Solution
Store the credentials client-side and only submit them to the server when needed for running Ora2Pg. When submitting credentials to the /exec
request, encode them to avoid exposing credentials in the URL.
Business Need
Some users may be using the application on a shared server and need to avoid exposing high-level database credentials.