[qualys-iac-security] Extract inline event handlers in io/jenkins/plugins/actions/Config/config.jelly

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Problems

      == Inline Event Handler
      Line: 4
      ----
      <div id="qualys-configuration-body" onmouseover="setPageStateValue()">
      ----
      
      == Inline Event Handler
      Line: 10
      ----
      <f:textbox  checkMethod="post" value="${inst.name}" onmouseover="triggerValidation(event)"/>
      ----
      
      == Inline Event Handler
      Line: 13
      ----
      <f:textbox checkMethod="post" value="${inst.qualysPlatformURL}" onmouseover="triggerValidation(event)"/>
      ----
      
      == Inline Event Handler
      Line: 17
      ----
      <f:textbox checkMethod="post" value="${inst.qualysUserName}" onmouseover="triggerValidation(event)"/>
      ----
      
      == Inline Event Handler
      Line: 21
      ----
      <f:password checkMethod="post" value="${inst.qualysPassword}" onmouseover="triggerValidation(event)"/>
      ----
      

      Solution

      https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers

            Assignee:
            Unassigned
            Reporter:
            Basil Crow
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: