exasol / test-db-builder-java

Java library for creating and cleaning up test database structures and contents for integration tests
MIT License
2 stars 1 forks source link

Add Python 3 support #117

Closed kaklakariada closed 1 year ago

kaklakariada commented 1 year ago

Python 2 is deprecated now. We need to add support for Python 3 UDFs.

kaklakariada commented 1 year ago

See https://github.com/exasol/test-db-builder-java/actions/runs/5971041513/job/16199503122

Error:  Failed to execute goal org.sonatype.ossindex.maven:ossindex-maven-plugin:3.2.0:audit (default-cli) on project test-db-builder-java: Detected 1 vulnerable components:
Error:    org.postgresql:postgresql:jar:42.6.0:test; https://ossindex.sonatype.org/component/pkg:maven/org.postgresql/postgresql@42.6.0?utm_source=ossindex-client&utm_medium=integration&utm_content=1.8.1
Error:      * [CVE-2020-21469] CWE-121: Stack-based Buffer Overflow (3.7); https://ossindex.sonatype.org/vulnerability/CVE-2020-21469?component-type=maven&component-name=org.postgresql%2Fpostgresql&utm_source=ossindex-client&utm_medium=integration&utm_content=1.8.1

This was a temporary problem with the ossindex plugin. Currently it does not report any vulnerability for the dependency.