https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42921 --- Comment #5 from David Cook <dcook@prosentient.com.au> --- (In reply to Jonathan Druart from comment #4)
I feel like it might give a wrong sentiment of "security" because Koha will "check" the quality of the plugin and allow its installations.
We already have unrestricted file upload: bug 34347. https://cheatsheetseries.owasp.org/cheatsheets/File_Upload_Cheat_Sheet.html Personally, I disable web upload of plugins on Koha instances that I manage, so it's not an issue for my paid clients, but I'd like to improve things for the rest of the Koha community. Using Perl::Critic is going to be a lot better than a regex trying to search for powerful/dangerous commands in the Perl. -- You are receiving this mail because: You are watching all bug changes.