hubmapconsortium / ontology-api

The HuBMAP Ontology Service
MIT License
4 stars 3 forks source link

Log4J CVE Mitigation for Ontology-Neo4j #126

Closed yuanzhou closed 2 years ago

yuanzhou commented 2 years ago

Per suggestion from https://community.neo4j.com/t/log4j-cve-mitigation-for-neo4j/48856

dbms.jvm.additional=-Dlog4j2.formatMsgNoLookups=true dbms.jvm.additional=-Dlog4j2.disable.jmx=true

I've done this to the neo4k-docker containers, will need to do the same to ontology-neo4j.

yuanzhou commented 2 years ago

Addressed via PR #127 and tested on DEV, will rebuild the neo4j image on PROD.