Revision: 29253
http://sourceforge.net/p/bibdesk/svn/29253
Author: hofman
Date: 2025-05-01 11:43:39 +0000 (Thu, 01 May 2025)
Log Message:
-----------
Don't access instance variables from SRU sserver directly to make authorization
data inaccessible
Modified Paths:
--------------
trunk/bibdesk/BDSKSRUGroupServer.m
Modified: trunk/bibdesk/BDSKSRUGroupServer.m
===================================================================
--- trunk/bibdesk/BDSKSRUGroupServer.m 2025-05-01 11:41:23 UTC (rev 29252)
+++ trunk/bibdesk/BDSKSRUGroupServer.m 2025-05-01 11:43:39 UTC (rev 29253)
@@ -73,6 +73,8 @@
@synthesize searchTerm, errorMessage;
++ (BOOL)accessInstanceVariablesDirectly { return NO; }
+
- (instancetype)initWithGroup:(id<BDSKSearchGroup>)aGroup
serverInfo:(BDSKServerInfo *)info {
self = [super init];
if (self) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit