mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
MNT-21879 : [Security] Multiple json-java vulnerabilities (#32)
- added upgrade & fix
This commit is contained in:
@@ -196,7 +196,7 @@ public class PreferenceServiceImpl implements PreferenceService, Extensible
|
||||
{
|
||||
if(jsonPrefs.has(preferenceName))
|
||||
{
|
||||
preferenceValue = jsonPrefs.getString(preferenceName);
|
||||
preferenceValue = String.valueOf(jsonPrefs.get(preferenceName));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user