the patch for the code execution probably contains a regression
I can't judge how severe it is or provide a testcase:

/usr/share/gajim/src/notify.py:323
command = gajim.config.get_per('notifications', str(advanced_notif_num),
        'command')
try:
        helpers.exec_command(obj.command, use_shell=True)
except Exception:
        pass


obj.command does not exist in 0.13.4, only in 0.15
it should probably be:

helpers.exec_command(command, use_shell=True)

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to