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

XMLWordPrintable

    • Type: Task
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: _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

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

              Created:
              Updated: