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

[testabilityexplorer] Extract inline event handler in WEB-INF/classes/hudson/plugins/testabilityexplorer/publisher/FreestylePublisher/config.jelly

      Note

      While testing this plugin, evaluate whether the third-party libraries in src/main/webapp are compatible with CSP in restrictive mode. The plugin may need to be upgraded from jQuery 1.x to 3.x to fully function in CSP restrictive mode.

      Problem

      == Inline Event Handler
      Line: 9
      ----
      <f:checkbox name="testability.aggregateFiles" checked="${instance.aggregateFiles}" onclick=""/>
      ----
      

      Solution

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

          [JENKINS-74548] [testabilityexplorer] Extract inline event handler in WEB-INF/classes/hudson/plugins/testabilityexplorer/publisher/FreestylePublisher/config.jelly

          Basil Crow created issue -
          Basil Crow made changes -
          Assignee Original: reikje [ reikje ]
          Basil Crow made changes -
          Description Original: h4. Problems

          {noformat}
          == Inline Event Handler
          Line: 9
          ----
          <f:checkbox name="testability.aggregateFiles" checked="${instance.aggregateFiles}" onclick=""/>
          ----

          == Inline Event Handler
          Line: 9
          ----
          <f:checkbox name="testability.aggregateFiles" checked="${instance.aggregateFiles}" onclick=""/>
          ----
          {noformat}

          h4. Solution

          [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers]
          New: h4. Problem

          {noformat}
          == Inline Event Handler
          Line: 9
          ----
          <f:checkbox name="testability.aggregateFiles" checked="${instance.aggregateFiles}" onclick=""/>
          ----
          {noformat}

          h4. Solution

          [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers]
          Summary Original: [testabilityexplorer] Extract inline event handlers in WEB-INF/classes/hudson/plugins/testabilityexplorer/publisher/FreestylePublisher/config.jelly New: [testabilityexplorer] Extract inline event handler in WEB-INF/classes/hudson/plugins/testabilityexplorer/publisher/FreestylePublisher/config.jelly
          Basil Crow made changes -
          Description Original: h4. Problem

          {noformat}
          == Inline Event Handler
          Line: 9
          ----
          <f:checkbox name="testability.aggregateFiles" checked="${instance.aggregateFiles}" onclick=""/>
          ----
          {noformat}

          h4. Solution

          [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers]
          New: h1. Note

          *While testing this plugin, evaluate whether the third-party libraries in {{src/main/webapp}} are compatible with CSP in restrictive mode. The plugin may need to be upgraded from jQuery 1.x to 3.x to fully function in CSP restrictive mode.*

          h4. Problem

          {noformat}
          == Inline Event Handler
          Line: 9
          ----
          <f:checkbox name="testability.aggregateFiles" checked="${instance.aggregateFiles}" onclick=""/>
          ----
          {noformat}

          h4. Solution

          [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: