-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #401: Updated to the `virtual-schema-common-jdbc:7.0.0` * #401: Fixed security issues in the dialects * #401: Fixed CVE-2020-15250 Co-authored-by: exanm <[email protected]>
- Loading branch information
1 parent
70fda99
commit 731a777
Showing
80 changed files
with
1,604 additions
and
526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,66 @@ | ||
# Exasol Virtual Schemas 4.0.4, released 2020-10-?? | ||
# Exasol Virtual Schemas 4.0.4, released 2020-11-17 | ||
|
||
Code name: | ||
Code name: Security Update | ||
|
||
## Summary | ||
|
||
Classification: High | ||
Please update your adapters as soon as possible! | ||
This release fixes several SQL injection vulnerabilities on the remote database of the virtual schema. | ||
The local Exasol database defining the virtual schema is not affected. | ||
|
||
All dialects except for Teradata are affected: | ||
* Amazon AWS Athena | ||
* Amazon AWS Aurora | ||
* Amazon AWS Redshift | ||
* Apache Hive | ||
* Apache Impala | ||
* Generic JDBC-capable RDBMS | ||
* Google BigQuery | ||
* IBM DB2 | ||
* Microsoft SQL Server | ||
* MySQL | ||
* Oracle | ||
* PostgreSQL | ||
* SAP HANA | ||
* Sybase | ||
|
||
## Documentation | ||
|
||
* #371: Documented data types conversion for Hive dialect. | ||
* #377: Improved Scalar Functions API documentation. | ||
* #384: Turned embedded JSON into key-value encoding in Adapter Notes API examples. | ||
* #386: Remove the documentation that was moved to the portal, added links instead. | ||
* #394: Described 'No suitable driver found', added a note that Hive 1.1.0 has problems with its driver. | ||
* #394: Described 'No suitable driver found', added a note that Hive 1.1.0 has problems with its driver. | ||
* #391: Removed the API documentation from this repository and added a link to it. | ||
|
||
## Refactoring | ||
|
||
* #263: Removed SybaseMetadataReader class as it was not used by the dialect. | ||
* #381: Migrated from version.sh to artifact-reference-checker-maven-plugin. | ||
* #389: Improved connection error handling. | ||
* #396: Updated to the `virtual-schema-common-java:6.0.0` | ||
* #396: Updated to the `virtual-schema-common-jdbc:6.0.0` | ||
* #401: Updated to the `virtual-schema-common-jdbc:7.0.0` | ||
|
||
## Dependency updates | ||
|
||
* Added com.exasol:artifact-reference-checker-maven-plugin:0.3.1 | ||
* Updated com.exasol:virtual-schema-common-java:jar:5.0.4 to version 6.0.0 | ||
* Updated org.apache.hbase:hbase-server:jar:2.3.0 to version 2.3.1 | ||
* Updated org.junit.jupiter:junit-jupiter:jar:5.6.2 to version 5.7.0 | ||
* Updated org.mockito:mockito-junit-jupiter:jar:3.4.6 to version 3.5.13 | ||
* Updated com.exasol:exasol-jdbc:jar:6.2.5 to version 7.0.0 | ||
* Updated com.exasol:exasol-testcontainers:jar:2.1.0 to version 3.1.0 | ||
* Updated org.postgresql:postgresql:jar:42.2.14 to version 42.2.16 | ||
* Updated org.apache.hbase:hbase-server:jar:2.3.1 to version 2.3.2 | ||
* Updated com.microsoft.sqlserver:mssql-jdbc:jar:8.4.0.jre11 to version 8.4.1.jre11 | ||
* Updated com.exasol:test-db-builder-java:jar:1.0.1 to version 1.1.0 | ||
* Updated com.exasol:hamcrest-resultset-matcher:jar:1.1.1 to version 1.2.1 | ||
* Added junit:junit:4.13.1 to fix CVE-2020-15250 | ||
* Updated com.exasol:virtual-schema-common-jdbc:5.0.4 to 7.0.0 | ||
* Updated org.apache.hbase:hbase-server:2.3.0 to 2.3.3 | ||
* Updated org.junit.jupiter:junit-jupiter:5.6.2 to 5.7.0 | ||
* Updated org.mockito:mockito-junit-jupiter:3.4.6 to 3.6.0 | ||
* Updated com.exasol:exasol-jdbc:6.2.5 to 7.0.3 | ||
* Updated com.exasol:exasol-testcontainers:2.1.0 to 3.3.1 | ||
* Updated org.postgresql:postgresql:42.2.14 to 42.2.18 | ||
* Updated org.apache.hbase:hbase-server:2.3.1 to 2.3.2 | ||
* Updated com.microsoft.sqlserver:mssql-jdbc:8.4.0.jre11 to 8.4.1.jre11 | ||
* Updated com.exasol:test-db-builder-java:1.0.1 to 1.1.0 | ||
* Updated com.exasol:hamcrest-resultset-matcher:1.1.1 to 1.2.1 | ||
* Updated nl.jqno.equalsverifier:equalsverifier:3.4.3 to 3.5 | ||
* Updated mysql:mysql-connector-java:8.0.21 to 8.0.22 | ||
* Updated org.testcontainers:junit-jupiter:1.14.3 to 1.15.0 | ||
* Updated org.testcontainers:mssqlserver:1.14.3 to 1.15.0 | ||
* Updated org.testcontainers:mysql:1.14.3 to 1.15.0 | ||
* Updated org.testcontainers:oracle-xe:1.14.3 to 1.15.0 | ||
* Updated org.testcontainers:postgresql:1.14.3 to 1.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.