Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#34: Fix CVE-2023-42503 in test dependency org.apache.commons:commons-compress #35

Merged
merged 23 commits into from
Oct 5, 2023

Conversation

kaklakariada
Copy link
Collaborator

Closes #34

redcatbear
redcatbear previously approved these changes Oct 2, 2023
 Error:  com.exasol.adapter.commontests.scalarfunction.ScalarFunctionsTestBase$WithAutomaticParameterDiscovery -- Time elapsed: 8.000 s <<< ERROR!
java.lang.IllegalStateException: E-VSSIT-1: Failed to execute command on Exasol.
	at com.exasol.adapter.commontests.scalarfunction.ScalarFunctionsTestBase.runOnExasol(ScalarFunctionsTestBase.java:112)
	at com.exasol.adapter.commontests.scalarfunction.ScalarFunctionsTestBase$WithAutomaticParameterDiscovery.beforeAll(ScalarFunctionsTestBase.java:480)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
Caused by: java.sql.SQLException: ETL-5402: JDBC-Client-Error: Internal failure: access denied ("java.lang.RuntimePermission" "getStackTrace") (Session: 1778807561983295488)
	at com.exasol.jdbc.ExceptionFactory.createSQLException(ExceptionFactory.java:258)
	at com.exasol.jdbc.EXASQLException.getSQLExceptionIntern(EXASQLException.java:50)
	at com.exasol.jdbc.AbstractEXAStatement.execute(AbstractEXAStatement.java:478)
	at com.exasol.jdbc.EXAStatement.execute(EXAStatement.java:289)
	at com.exasol.jdbc.AbstractEXAStatement.exaExecuteLargeUpdate(AbstractEXAStatement.java:632)
	at com.exasol.jdbc.EXAStatement.executeLargeUpdate(EXAStatement.java:446)
	at com.exasol.jdbc.EXAStatement.executeUpdate(EXAStatement.java:547)
	at com.exasol.adapter.commontests.scalarfunction.ScalarFunctionsTestBase$WithAutomaticParameterDiscovery.lambda$beforeAll$0(ScalarFunctionsTestBase.java:484)
	at com.exasol.adapter.commontests.scalarfunction.ScalarFunctionsTestBase.runOnExasol(ScalarFunctionsTestBase.java:109)
	... 4 more
@sonarcloud
Copy link

sonarcloud bot commented Oct 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@kaklakariada kaklakariada merged commit ceb80c8 into main Oct 5, 2023
6 checks passed
@kaklakariada kaklakariada deleted the kaklakariada/issue34 branch October 5, 2023 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix CVE-2023-42503 in test dependency org.apache.commons:commons-compress
2 participants