Skip to content

Releases: visulate/visulate-ora2pg

Support for https

23 Jul 17:33
478eff4
Compare
Choose a tag to compare

Adds support for https using self signed X.501 certificates. Also includes a read consistency check before running ora2pg

Use session storage for credentials

09 Jul 15:25
3e7a7f6
Compare
Choose a tag to compare

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

20 Mar 22:09
3a67525
Compare
Choose a tag to compare

Fixes issue with accordion control in UI

Ora2pg v23.1

19 Mar 21:07
23bbfcc
Compare
Choose a tag to compare

Updates Ora2pg version to 23.3. Fixes docker build on macOS. Security updates

Generate tar file after each ora2pg run

18 Jul 15:37
08293ad
Compare
Choose a tag to compare

Refactors code to allow UI and API server to be hosted separately.
Generates a tar file after each ora2pg run

Security update

10 May 15:36
a4b18d3
Compare
Choose a tag to compare

Bump hbs dependency to 4.1.2 from 4.1.1 to address security vulnerability

Convert to Vue-CLI

19 Mar 21:52
a0c78a4
Compare
Choose a tag to compare

Converted UI to Vue CLI. Previous release used script tags to pull Vue components into an HTML document

Initial Release

05 Jan 20:15
a48d162
Compare
Choose a tag to compare

Docker container and single page web application for Ora2Pg