Skip to content

Commit 27a8385

Browse files
author
gdgate
authored
Merge pull request #1845 from tqtu/MSF-23046
FEATURE: MSF-23046 fix log4j issue CVE-2021-44228 Reviewed-by: <[email protected]> https://github.com/phong-nguyen-duy
2 parents cd737a4 + 92e3a3f commit 27a8385

File tree

4 files changed

+3
-21
lines changed

4 files changed

+3
-21
lines changed

ci/redshift/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@
3030
<version>1.11.633</version>
3131
</dependency>
3232
<dependency>
33-
<groupId>log4j</groupId>
34-
<artifactId>log4j</artifactId>
35-
<version>1.2.17</version>
36-
<scope>compile</scope>
33+
<groupId>org.slf4j</groupId>
34+
<artifactId>slf4j-api</artifactId>
35+
<version>1.7.2</version>
3736
</dependency>
3837
</dependencies>
3938

lib/gooddata/cloud_resources/redshift/drivers/.gitkeepme

Whitespace-only changes.

lib/gooddata/cloud_resources/redshift/drivers/log4j.properties

Lines changed: 0 additions & 15 deletions
This file was deleted.

lib/gooddata/cloud_resources/redshift/redshift_client.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ def initialize(options = {})
3939
@debug = options['debug'] == true || options['debug'] == 'true'
4040

4141
Java.com.amazon.redshift.jdbc42.Driver
42-
base = Pathname(__FILE__).dirname
43-
org.apache.log4j.PropertyConfigurator.configure("#{base}/drivers/log4j.properties")
4442
end
4543

4644
def realize_query(query, _params)

0 commit comments

Comments
 (0)