Closed anbo-de closed 2 years ago
Unpushed commits from local repository that will be pushed once I have the correct access rights: 436afd3 (HEAD -> master) monolithic-wrapper: fix of critical log4j bug (CVE-2021-44228) #120 b19778b smaph-erd: fix of critical log4j bug (CVE-2021-44228) #120 99911a7 REL-ReMatch: fix of critical log4j bug (CVE-2021-44228) #120 c407cd8 REL-RELNLIOD: fix of critical log4j bug (CVE-2021-44228) #120 3e43d58 REL-RelationLinker2: fix of critical log4j bug (CVE-2021-44228) #120 7c8f92f REL-RelationLinker1: fix of critical log4j bug (CVE-2021-44228) #120 1eb5442 qe-wikidata: fix of critical log4j bug (CVE-2021-44228) #120 534518a QE-SparqlExecuter: fix of critical log4j bug (CVE-2021-44228) #120 d110b73 QBE-QAnswer: fix of critical log4j bug (CVE-2021-44228) #120 aa8fcb9 qanary_component-QB-Sina: fix of critical log4j bug (CVE-2021-44228) #120 173fc8c qanary_component-QB-SimpleRealNameOfSuperHero: fix of critical log4j bug (CVE-2021-44228) #120 8f88a2e qanary_component-QB-ComicCharacterAlterEgoSimpleDBpediaQueryBuilder: fix of critical log4j bug (CVE-2021-44228) #120 d3bf7fd qanary_component-qb-birthdata-wikidata: fix of critical log4j bug (CVE-2021-44228) #120
Done in really short time. Thank you all for your contributions.
Context
http://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-44228 is a critical vulnerability. We need to update the Qanary components.
I suggest use the following process:
git clone git@github.com:WDAqua/Qanary.git
mvn clean install -Ddockerfile.skip=true
git clone git@github.com:WDAqua/Qanary-question-answering-components.git
pom.xml
according to the changes done for the DBpedia NED Spotlight component<qanary.version>[2.1.1,3.0.0)</qanary.version>
mvn dependency:tree
to see all dependencies (search for log4j)mvn dependency:tree | grep 'log4j'
$QanaryComponentName$: fix of critical log4j bug (CVE-2021-44228) #120
Definition of Done (DoD)