Security framework of XStream not initialized, XStream is probably vulnerable I keep getting this console error in red while using XStream (1.4.10) I tried the following: XStream.setupDefaultSecurity(xs); and xs.addPermission(AnyTypePermission.ANY); xs.addPermission(NoTypePermission.NONE); none of which got r…