Bugzilla – Attachment 144070 Details for
Bug 32178
query parameters in check_api_auth lets anyone assume a user id
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32178: (QA follow-up) Correct modules import
Bug-32178-QA-follow-up-Correct-modules-import.patch (text/plain), 781 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-11-18 15:02:25 UTC
(
hide
)
Description:
Bug 32178: (QA follow-up) Correct modules import
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-11-18 15:02:25 UTC
Size:
781 bytes
patch
obsolete
>From d6dd0f579dfb32941f34ff1b57301477c3011a58 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 18 Nov 2022 12:00:06 -0300 >Subject: [PATCH] Bug 32178: (QA follow-up) Correct modules import > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/REST/Plugin/Auth/IdP.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/REST/Plugin/Auth/IdP.pm b/Koha/REST/Plugin/Auth/IdP.pm >index 501f7b549e7..8c3b010f3dd 100644 >--- a/Koha/REST/Plugin/Auth/IdP.pm >+++ b/Koha/REST/Plugin/Auth/IdP.pm >@@ -23,9 +23,9 @@ use Mojo::Base 'Mojolicious::Plugin'; > > use Koha::Exceptions; > use Koha::Exceptions::Auth; >-use Koha::Patron; >+use Koha::Patrons; > >-use C4::Auth; >+use C4::Auth qw(create_basic_session); > > use CGI; > >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32178
:
143799
|
143816
|
143841
|
143842
|
143899
|
144069
| 144070