Review for Package: src:ruby-childprocess [Summary] ruby-childprocess is a widely used ruby gem for inter process communication between parent/child processes. MIR team ACK under the constraint to resolve the below listed required TODOs and as much as possible having a look at the recommended TODOs. This does need a security review, so I'll assign ubuntu-security List of specific binary packages to be promoted to main: ruby-childprocess Specific binary packages built, but NOT to be promoted to main: Notes: - This is handling process IO between unknown/untrused processes. Therefore, I'll subscribe ~ubuntu-security Required TODOs: #0 get ruby-ffi promoted, MIR bug #1990570 #1 The server team still needs to subscribe to the package before promotion Recommended TODOs: - None [Duplication] There is no other package in main providing the same functionality. [Dependencies] OK: - no -dev/-debug/-doc packages that need exclusion - No dependencies in main that are only superficially tested requiring more tests now. Problems: - needs ruby-ffi MIR: bug #1990570 [Embedded sources and static linking] OK: - no embedded source present - no static linking - does not have unexpected Built-Using entries - not a go package, no extra constraints to consider in that regard - not a rust package, no extra constraints to consider in that regard Problems: None [Security] OK: - history of CVEs does not look concerning - does not run a daemon as root - does not use webkit1,2 - does not use lib*v8 directly - does not process arbitrary web content - does not use centralized online accounts - does not integrate arbitrary javascript into the desktop - does not deal with system authentication (eg, pam), etc) - does not deal with security attestation (secure boot, tpm, signatures) - does not deal with cryptography (en-/decryption, certificates, signing, ...) Problems: - opens an IPC channel (pipe) between parent and child processes - parses generic process input/ouput (stdin/stdout/stderr) [Common blockers] OK: - does not FTBFS currently - does have a test suite that runs at build time - test suite fails will fail the build upon error. - does have a non-trivial test suite that runs as autopkgtest - no new python2 dependency - not a python package - not a go package Problems: None [Packaging red flags] OK: - Ubuntu does not carry a delta - symbols tracking not applicable for this kind of code. (it's a ruby module/gem, not a binary library) - d/watch is present and looks ok (if needed, e.g. non-native) - Upstream update history is slow, but OK for this type of software - Debian/Ubuntu update history is slow, but OK for this type of software - the current release is packaged - promoting this does not seem to cause issues for MOTUs that so far maintained the package - no massive Lintian warnings - d/rules is rather clean - It is not on the lto-disabled list Problems: None [Upstream red flags] OK: - no Errors/warnings during the build - no incautious use of malloc/sprintf (as far as we can check it) - no use of sudo, gksu, pkexec, or LD_LIBRARY_PATH (usage is OK inside tests) - no use of user nobody - no use of setuid - no important open bugs (crashers, etc) in Debian or Ubuntu - no dependency on webkit, qtwebkit, seed or libgoa-* - not part of the UI for extra checks - no translation present, but none needed for this case (user visible)? Problems: None