The pattern of the rule Avoid code that can accidentally get skipped verifies the presence of the ‘assert()’ function in source code. assert() is a debugging instruction that should not be found in mature code in production.
Even when assert() function is not used, the violation is triggered, which seems to be a false positive.
Details
User is found to be using IE 9. IE 9 is not supported anymore. Any code which is written to handle IE9 and below versions and shows up as cloud blockers should be ignored.
Ticket
40437
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Reference
Avoid code that can accidentally get skipped
Comments