Let's say there is an open-source application with binaries available in .tar.xz
format, but not as a .deb
package. And there is a .deb
package in the Debian SW repository apparently built by the Debian community.
Given that I trust the application itself, can I also trust its version in the Debian repository? Debian team claims that they "take security very seriously". Though, how does it look in practice? Can I be sure that the security team reviews all submitted packages and verify that the code was not altered before being packed up? Or do they only react (e.g. remove package from the repo) upon an incident?
(To anticipate a question: it is beneficial to use the .deb
package, because it simplifies update and the overall maintenance).