szaszm commented on a change in pull request #1244:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1244#discussion_r787063121
##########
File path: docker/Dockerfile
##########
@@ -61,6 +61,7 @@ ARG DISABLE_LZMA=OFF
ARG DISABLE_BZIP2=OFF
ARG ENABLE_SCRIPTING=ON
Review comment:
I prefer disabled by default. We do the same in cmake because libpython
is a problematic dependency for shipping binary packages. It changes soname
every minor version, which breaks compatibility with any other version.
It can also be considered a security risk in the sense that whoever has
access to a C2 server can run arbitrary code on the agents.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]