[Bug 24879] Add missing authentication checks
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24879 --- Comment #38 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- These scripts were adjusted: cataloguing/value_builder/barcode.pl | 10 ++++++++++ cataloguing/value_builder/barcode_manual.pl | 10 ++++++++++ cataloguing/value_builder/dateaccessioned.pl | 10 ++++++++++ cataloguing/value_builder/marc21_field_005.pl | 10 ++++++++++ cataloguing/value_builder/marc21_field_245h.pl | 12 +++++++++++- cataloguing/value_builder/marc21_field_260b.pl | 10 ++++++++++ cataloguing/value_builder/marc21_orgcode.pl | 9 +++++++++ cataloguing/value_builder/stocknumber.pl | 9 +++++++++ cataloguing/value_builder/upload.pl | 10 ++++++++++ But note that the remaining perl scripts here should also be adjusted actually. Just checking if get_template_and_user (a.o.) is present in the launcher sub is not sufficient ! The check $line =~ m|^[^#]*$routine| would already approve a lingering (but unused) statement like "use C4::Auth qw(get_template_and_user);". -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org