Are there any plans to make osquery use the distro...
# linux
p
Are there any plans to make osquery use the distro-provided libraries of common items (i.e. OpenSSL, libgcrypt, zlib, sqlite)?
I'm asking because we have several kernel developers in our organization that are opposed to running software that bundles common libraries because their experience is that devs that bundle libraries don't update those bundled packages as quickly as the distro updates system libraries.
k
I don't think so, last I checked the team's philosophy is to have no dependencies, and using system packages when available could lead to inconsistencies
p
The issue the kernel devs have raised is that leads to a security tool having vulnerabilities that wouldn't necessarily exist if they uses the distro-provided libraries.