This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #67: Updated to the latest version of Exasol dialect containing a s… (
- Loading branch information
1 parent
87db904
commit f19f60c
Showing
11 changed files
with
102 additions
and
71 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Exasol Row Level Security 1.2.1, released 2020-11-17 | ||
|
||
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. | ||
|
||
## Refactoring | ||
|
||
* #67: Updated to the latest version of Exasol dialect containing a security update. | ||
|
||
## Dependency updates | ||
|
||
* Added org.junit.jupiter:junit-jupiter:5.7.0 | ||
* Updated com.exasol:exasol-jdbc:6.2.5 to version 7.0.3 | ||
* Updated com.exasol:hamcrest-resultset-matcher:1.2.0 to version 1.2.1 | ||
* Updated org.mockito:mockito-junit-jupiter:3.3.3 to version 3.6.0 | ||
* Updated org.testcontainers:junit-jupiter:1.14.3 to version 1.15.0 | ||
* Updated com.exasol:exasol-virtual-schema:3.0.2 to version 3.1.0 | ||
* Updated com.exasol:exasol-testcontainers:2.0.3 to version 3.3.1 | ||
* Updated com.exasol:test-db-builder-java:1.0.1 to version 2.0.0 | ||
* Updated nl.jqno.equalsverifier:equalsverifier:3.4.1 to version 3.5 | ||
* Updated org.codehaus.mojo:versions-maven-plugin:2.7 to version 2.8.1 | ||
* Updated org.jacoco:jacoco-maven-plugin:0.8.5 to version 0.8.6 | ||
* Removed org.junit.jupiter:junit-jupiter-engine | ||
* Removed org.junit.jupiter:junit-jupiter-params | ||
* Removed org.junit.platform:junit-platform-runner |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" comparisonMethod="maven" | ||
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 http://mojo.codehaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd"> | ||
<ignoreVersions> | ||
<!-- Ignore Alpha's, Beta's, release candidates and milestones --> | ||
<ignoreVersion type="regex">(?i).*Alpha(?:-?\d+)?</ignoreVersion> | ||
<ignoreVersion type="regex">(?i).*a(?:-?\d+)?</ignoreVersion> | ||
<ignoreVersion type="regex">(?i).*Beta(?:-?\d+)?</ignoreVersion> | ||
<ignoreVersion type="regex">(?i).*-B(?:-?\d+)?</ignoreVersion> | ||
<ignoreVersion type="regex">(?i).*RC(?:-?\d+)?</ignoreVersion> | ||
<ignoreVersion type="regex">(?i).*CR(?:-?\d+)?</ignoreVersion> | ||
<ignoreVersion type="regex">(?i).*M(?:-?\d+)?</ignoreVersion> | ||
</ignoreVersions> | ||
<rules> | ||
</rules> | ||
</ruleset> |