OOB Client Scripts "rewrite endpoint link" is being shown in HealthScan results because it is using console.log() statementDescriptionOOB Client Scripts "rewrite endpoint link" is being shown in HealthScan results because it is using console.log() statement.Steps to Reproduce rewrite endpoint link >> https://<instance name>.service-now.com/nav_to.do?uri=sys_script_client.do?sys_id=4abeb965531031001c1379e5a11c0811Part of Application Service (com.snc.cmdb.it_service) plugin running "onLoad" cmdb_ci_service_discovered table.We can see the following line with the console.log() statement.function recResponce(res){ if (res.next()) { var epId = res.cmdb_ci_endpoint + '';console.log(epId);var dialogClass = window.GlideModal ? GlideModal : GlideDialogWindow;var dlg = new dialogClass('sa_add_connection');dlg.setTitle(getMessage('Edit entry point'));dlg.setWidth(600);setPreference('edit_entry_point_id',epId);dlg.render();}}WorkaroundThis problem is currently under review and is targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available. Please use the update set attached as a workaround.Related Problem: PRB1700827