-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: global-build-stats-plugin
-
316.vf8870f424d78
Problem
== Inline Event Handler
File: ./src/main/resources/hudson/plugins/global_build_stats/GlobalBuildStatsPlugin/index.jelly +
Line: 102
----
<form name="createBuildStat_#{buildStatId}" action="#{formAction}" method="post" class="globalBuildStatsForm"
id="createBuildStat_#{buildStatId}" onsubmit="return !isDivErrorPresentInForm(this);">
----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
- relates to
-
JENKINS-74093 [global-build-stats] Extract inline script blocks, extract inline event handlers, and migrate legacy checkUrl attributes in hudson/plugins/global_build_stats/GlobalBuildStatsPlugin/index.jelly
-
- Closed
-
- links to