trentm / node-bunyan

a simple and fast JSON logging module for node.js services
Other
7.15k stars 513 forks source link

Does bunyan depend on log4j? #679

Closed TesterAuto closed 1 year ago

TesterAuto commented 2 years ago

I just find log4j in the keywords list of the package.json file: https://github.com/trentm/node-bunyan/blob/master/package.json

Just want to confirm, does bunyan depend on log4j? If yes, will it be affected by the log4j vulnerability?

mikehardy commented 2 years ago

1- pull repo, do full text search for log4j, investigate the results, report back is best course I think 2- I don't think this is even a java project, so I'm not sure exactly how the java log4j library could even show up in here, but let's assume there is a java component to this (for the sake of your logged issue) - ask gradle to print the dependencies (./gradlew dependencies) and route that to a file, then search the file and report back results

trentm commented 1 year ago

Nope, there is no java in here. I'd added 'log4j' as a label on the node package because some of the Bunyan APIs are influenced by my (limited and old) experiences with log4j. Thanks for asking.