HomePhorge

maint: prevent fork bombs by disabling ActiveSupport's Kernel.daemonize
5c2457952660Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

maint: prevent fork bombs by disabling ActiveSupport's Kernel.daemonize

ActiveSupport provides a "daemonize" method on all objects that causes
the ruby process to fork to the background. This is extremely surprising
and dangerous, and some of our spec tests could trigger this
accidentally.
This patch adds a "daemonize" method to Object which shadows the
ActiveSupport version, preventing it from ever being called.

Details

Provenance
Jesse Wolfe <jes5199@gmail.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU555d6bc671a1: Bookkeeping: Merge commit '9e2a0e4' into next
Branches
Unknown
Tags
Unknown

Event Timeline