IN-10064
SF-00010758
Log4j vulnerability (CVE-2021-44228) - impact assessment required
Intellego 8.5.3 is running Elasticsearch Open Distro 1.13.3 which includes an important security update regarding the Log4j vulnerability (CVE-2021-44228). Open Distro 1.13.3 removes the JndiLookup class from the Log4j classpath, This mitigation resolves both this and the original security issue.
IN-10783
SF-00011607
Roll the visualization of audio tool back to previous version.
As part of visualization improvements this has been fixed. (Added as a new feature).
IN-10786
SF-00011631
IGW: Datawipe fails to delete old trashed intercepts
Fixed the code and need following properties to be set
datawipe.intercept.delstrategy=java-nio
set Elasticsearch scroll to
[root@tr4es ~]# curl -GET http://10.0.170.173:9200/_cluster/settings?pretty
{ "persistent" : { "search" : { "max_open_scroll_context" : "1024" } }, "transient" : { "search" : { "max_open_scroll_context" : "1024" } }
}
like 1
IN-10824
SF-00011667
Intellego 8.5.1 with BT VMC splits the SIP and IRI and lists all the SIP first and then the IRI
Not an issue with SS8 GVMC, but for the BT VMC we have removed the code to sort the IRI on the sequence number value so that the IRI and SIP are not split.
IN-10850
SF-00011755
Request for chat conversation history to be linked by Chat session id instead of sender and recipient.
Chat messages are now able to be linked in the view conversation history functionality by a session id rather than sender and receiver. If a session id is not provided for the chat message then we will use the sender and receiver to link the messages. (Added as a new feature)