Releases: visulate/visulate-ora2pg
Support for https
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.
Bugfix Release
Fixes issue with accordion control in UI
Ora2pg v23.1
Updates Ora2pg version to 23.3. Fixes docker build on macOS. Security updates
Generate tar file after each ora2pg run
Refactors code to allow UI and API server to be hosted separately.
Generates a tar file after each ora2pg run
Security update
Bump hbs dependency to 4.1.2 from 4.1.1 to address security vulnerability
Convert to Vue-CLI
Converted UI to Vue CLI. Previous release used script tags to pull Vue components into an HTML document
Initial Release
Docker container and single page web application for Ora2Pg