Fixed Issues In Hotfix Release 117.1.0

Fixed Issues In Hotfix Release 117.1.0

Here is the list of fixed issues in this release.

Issue NumberCategoryDescription
10140SaaS Security Posture Management (SSPM)Fixed an issue where quadruple backslash (\\\\) was an issue while writing custom detections. Now you can use double backslash (\\) to escape in the textmatch function of the NGL.

For example, previously quadruple backslash was used as following:
“textmatch ( ExchangeNotificationRecipients, “[A-Za-z0-9._-]+@(netskope\\\\.com)” )”

Now, you can use double backslash as following:
textmatch ( ExchangeNotificationRecipients, “[A-Za-z0-9._-]+@(netskope\\.com)” )
Share this Doc

Fixed Issues In Hotfix Release 117.1.0

Or copy link

In this topic ...