Update openssl package of DBAAS docker image 95/5695/1 0.5.1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 25 Feb 2021 12:29:04 +0000 (14:29 +0200)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 25 Feb 2021 12:59:36 +0000 (14:59 +0200)
commitbee504ced3a7785d657afcbdfbfad75c6abbe696
treeb050184c165ff6f667a08bd6594e76bdd093067f
parent736c338839cc26b6239f67236c7f8c34ab22e713
Update openssl package of DBAAS docker image

Update openssl package to version openssl-1.1.1j-r0, because current version
has an SSL related security vulnerability. DBAAS doesn't use SSL so we
shouldn't face the issue but anyhow better to fix it. More information about
the issue can be found from here:
libcrypto1.1 (fixed in: 1.1.1i-r0)(CVE-2020-1971)
libssl1.1 (fixed in: 1.1.1i-r0)(CVE-2020-1971)
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1971)

Fixed also DBAAS testing application compile issue due to redis-client
dependency issue with the latest version of the go.opentelemetry.io/otel
package.

Issue-ID: RIC-755

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Icc1206c6c435a88217aea407b574fc5865e59ae8
container-tag.yaml
docker/Dockerfile.redis
docker/Dockerfile.testapp
docs/release-notes.rst
testapplication/go/go.mod [new file with mode: 0644]
testapplication/go/sdl/sdl.go
testapplication/go/testapp.go