Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-74662

[peass-ci] Extract inline script blocks and event handlers in de/dagere/peass/ci/rts/RTSVisualizationAction/index.jelly

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Minor Minor
    • _unsorted

      Problems

      == Inline Script Block
      Line: 58
      ----
      <script>
              $( "#dialogStaticallySelected" ).dialog({ autoOpen: false });
            </script>
      ----
      
      == Inline Script Block
      Line: 98
      ----
      <script>
                $( "#dialogTraceSelected" ).dialog({ autoOpen: false });
              </script>
      ----
      
      == Inline Script Block
      Line: 150
      ----
      <script>
                $( "#dialogCoverageSelected" ).dialog({ autoOpen: false });
              </script>
      ----
      
      == Inline Event Handler
      Line: 15
      ----
      <a href="#" onClick="$('#configuration').toggle();">
      ----
      
      == Inline Event Handler
      Line: 50
      ----
      <a href='#' onClick='$( "#dialogStaticallySelected" ).dialog( "open" );'>
      ----
      
      == Inline Event Handler
      Line: 90
      ----
      <a href='#' onClick='$( "#dialogTraceSelected" ).dialog( "open" );'>
      ----
      
      == Inline Event Handler
      Line: 142
      ----
      <a href='#' onClick='$( "#dialogCoverageSelected" ).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

            Unassigned Unassigned
            basil Basil Crow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: