google / log4jscanner

A log4j vulnerability filesystem scanner and Go package for analyzing JAR files.
Apache License 2.0
1.57k stars 120 forks source link

Readme: add installation instructions #8

Closed RiRa12621 closed 2 years ago

RiRa12621 commented 2 years ago

This PR adds some very simple instructions on how to install log4jscanner. As of right now, no prebuilt binaries are available, so we are left with only go specific options.

This fixes #5

RiRa12621 commented 2 years ago

I understand the reasoning, but imho that's a shortcoming in the go documentation and probably this repository isn't the right place for that kind of documentation. If #9 is addressed, ready made binaries will be available and no go knowledge whatsoever is required anymore.

ericchiang commented 2 years ago

Thanks! I went ahead and sent https://github.com/google/log4jscanner/pull/10 for source install.

RiRa12621 commented 2 years ago

Sounds good to me. Feel free to go ahead and close this one in favor of #10

ericchiang commented 2 years ago

Closed via https://github.com/google/log4jscanner/pull/15 https://github.com/google/log4jscanner/pull/10