Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
drop_local_lib | drop local::lib | Joenio Marques da Costa <joenio@joenio.me> | not-needed | 2022-08-04 | ||
hotfix_for_acc_metric_test | HOTFIX failing automated test for ACC metric | Joenio Marques da Costa <joenio@joenio.me> | yes | 2022-07-30 | ||
fix_shebang | change shebang line on the script file | Joenio Marques da Costa <joenio@joenio.me> | not-needed | 2022-07-23 | ||
no-shell-for-system.patch | avoid possible shell insecurities when calling system() Calling system("command $argument") makes perl execute a shell and that opens possibilities for abusing spaces and other special characters used by shells. . The fix is to use system("command", $argument), in which case no shell is involved. |
Damyan Ivanov <dmn@debian.org> | yes |