linkeddata / dokieli

:bulb: dokieli is a clientside editor for decentralised article publishing, annotations and social interactions
https://dokie.li/
Other
790 stars 81 forks source link

Use fork in overrides for green-turtle to prevent pulling in vulnerable code #313

Closed VirginiaBalseiro closed 2 years ago

VirginiaBalseiro commented 2 years ago

A dependency of rdf-parser-rdfa, green-turtle exports a tests directory which contains code that uses log4j 1.2. While dokieli never runs this code, in this PR, out of an abundance of caution, I am using an override pointing to fork of green-turtle which excludes the tests directory so that potentially vulnerable code is not pulled into the node_modules.