Sukalpo Mitra
Sukalpo Mitra
Here is the schema `{ "type": "record", "name": "LabelExpiry", "aliases": ["LABEL_EXPIRY"], "fields": [ { "name": "ID", "type": ["null","string"],"default":null }, { "name": "SESSIONID", "type": ["null","string"],"default":null }, { "name": "LICENSEPLATE", "type": ["null","string"],"default":null...
hi @jendib I have raised a PR -> https://github.com/sismics/docker-ubuntu/pull/1 that will update the ubuntu base image. The PR shows the before and after reports.
@jendib sure let me address your comments in my PR and then I can club the ubuntu-jav and uuntu-jetty into one Dockerfile and add it in the docs repo Dockerfile....
@jendib Consider it done boss :P
@jendib Please check this [PR](https://github.com/sismics/docs/pull/745) for the self contained Teedy docker image
@jendib I have achieved 0 vulnerability. Once you merge the self contained docker PR, then I will raise another PR to fix the vulnerabilities
Hi @jendib can you give some details as to what you are trying to do. As part of my vulnerability fix work that I am doing I am planning to...
@jendib ok I will change the libraries to move to log4j-core so that the vulnerabilities are gone and then on top of it you can move to logback?
I have added code to generate the base field classes
hi @puneetkhanduri these two tests failed on my local machine too. But I donot know why. The changes I have done should not effect those test cases.