Qualys integration failure observed post-Zurich upgrade.Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ->After the clone and upgrade to Zurich in instance the Qualys Host detection integration is not inserting any values to the Vulnerability items table. ->We see some errors in the import set logs as TypeError: Cannot read property "dets" from undefined (sys_script_include.8c18fe3de773320035c6ae29c2f6a922.script; line 516) Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Zurich Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ->Import set log contains the message "TypeError: Cannot read property "dets" from undefined (sys_script_include.8c18fe3de773320035c6ae29c2f6a922.script; line 516)"Node logs shows the same error: ```2026-01-13 04:32:51 (738) worker.5 worker.5 txid=fb1e10a33bd6 SysLog *** WARNING *** Evaluator: com.glide.script.RhinoEcmaError: Cannot read property "dets" from undefinedsys_script_include.8c18fe3de773320035c6ae29c2f6a922.script : Line(516) column(0) Stack trace:at sys_script_include.8c18fe3de773320035c6ae29c2f6a922.script:516at sys_script_include.8c18fe3de773320035c6ae29c2f6a922.script:370at sys_script_include.8c18fe3de773320035c6ae29c2f6a922.script:329at sys_script_include.8c18fe3de773320035c6ae29c2f6a922.script:113at sys_script_include.8c18fe3de773320035c6ae29c2f6a922.script:101at sys_transform_script.c6fab5daff180300c68c9f783894fae0.script:31 (runTransformScript)at sys_transform_script.c6fab5daff180300c68c9f783894fae0.script:33Collapse2026-01-13 04:32:51 (739) worker.5 worker.5 txid=fb1e10a33bd6 ImportLog *** ERROR *** TypeError: Cannot read property "dets" from undefined (sys_script_include.8c18fe3de773320035c6ae29c2f6a922.script; line 516)``` ->The "detectionbase" script include needs to be reverted to the OOB version to resolve the issue.->"Detectionbase" script-include: https://xxxxx.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=174bdf65e72d081068c30b63c2f6a990 ->And, Re-execute the integration to resolve the issue