-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: fortify-plugin
Problems
== Inline Event Handler
Line: 93
----
<input value="🔎︎" type="button" id="refreshPrjButton1" onclick="refreshProjectNames('${rootURL}/descriptor/${descriptor.clazz.name}/refreshProjects', this)" />
----
== Inline Event Handler
Line: 105
----
<input value="🔎︎" type="button" id="refreshPrjVerButton1" onclick="refreshProjectVersions('${rootURL}/descriptor/${descriptor.clazz.name}/refreshVersions', this)" />
----
== Inline Event Handler
Line: 196
----
<input value="🔎︎" type="button" id="refreshPrjButton2" onclick="refreshProjectNames('${rootURL}/descriptor/${descriptor.clazz.name}/refreshProjects', this)" />
----
== Inline Event Handler
Line: 208
----
<input value="🔎︎" type="button" id="refreshPrjVerButton2" onclick="refreshProjectVersions('${rootURL}/descriptor/${descriptor.clazz.name}/refreshVersions', this)" />
----
== Inline Event Handler
Line: 303
----
<input value="🔎︎" type="button" id="refreshPrjButton3" onclick="refreshProjectNames('${rootURL}/descriptor/${descriptor.clazz.name}/refreshProjects', this)" />
----
== Inline Event Handler
Line: 315
----
<input value="🔎︎" type="button" id="refreshPrjVerButton3" onclick="refreshProjectVersions('${rootURL}/descriptor/${descriptor.clazz.name}/refreshVersions', this)" />
----
== Inline Event Handler
Line: 352
----
<input value="🔎︎" type="button" id="refreshPrjButton4" onclick="refreshProjectNames('${rootURL}/descriptor/${descriptor.clazz.name}/refreshProjects', this)" />
----
== Inline Event Handler
Line: 364
----
<input value="🔎︎" type="button" id="refreshPrjVerButton4" onclick="refreshProjectVersions('${rootURL}/descriptor/${descriptor.clazz.name}/refreshVersions', this)" />
----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
- links to