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

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

XMLWordPrintable

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

      Problems

      == Inline Script Block
      Line: 13
      ----
      <script> jq$ = jQuery.noConflict();</script>
      ----
      
      == Inline Script Block
      Line: 62
      ----
      <script>
                        jq$("#dialogCurrentCommit").dialog({ autoOpen: false });
                      </script>
      ----
      
      == Inline Script Block
      Line: 71
      ----
      <script>
                        jq$("#dialogPredecessorCommit").dialog({ autoOpen: false });
                      </script>
      ----
      
      == Inline Event Handler
      Line: 58
      ----
      <a href='#' onClick='jq$( "#dialogCurrentCommit" ).dialog( "open" );'>
      ----
      
      == Inline Event Handler
      Line: 67
      ----
      <a href='#' onClick='jq$( "#dialogPredecessorCommit" ).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: