af93e418f44a7d6ced9390ac1bd69aa87ad2207e
Replace read lock with write lock in client.go to ensure thread safety during the unmarshalling of JSON data. This prevents concurrent read access and potential data races, improving the integrity of the privileges data structure.
Description