[peass-ci] Extract inline script block and event handlers in de/dagere/peass/ci/MeasurementOverviewAction/measurements.jelly

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

XMLWordPrintable

      Problems

      == Inline Script Block
      Line: 114
      ----
      <script>
                  jq$( "#dialogTValue" ).dialog({ autoOpen: false });
                </script>
      ----
      
      == Inline Event Handler
      Line: 43
      ----
      <a href="#" onClick="jq$('.fullMeasurement').toggle(); window.dispatchEvent(new Event('resize'));">
      ----
      
      == Inline Event Handler
      Line: 97
      ----
      <a href='#' onClick='jq$( "#dialogTValue" ).dialog( "open" );'>
      ----
      

      Solutions

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

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

              Created:
              Updated:
              Archived: