jenkinsci / jenkinsci/appscan-plugin

[JENKINS-74374] [appscan] Extract inline event handlers in com/hcl/appscan/jenkins/plugin/builders/AppScanBuildStep/config.jelly

Open
#271 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
10
Forks
30
Avg merge
6d 20h
Merged PRs (30d)
1

Description

Problems

```
== Inline Event Handler
Line: 36
----

----

== Inline Event Handler
Line: 40
----

----

== Inline Event Handler
Line: 44
----

----

```

Solution

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

---
Originally reported by basil, imported from: [appscan] Extract inline event handlers in com/hcl/appscan/jenkins/plugin/builders/AppScanBuildStep/config.jelly


  • status: Open
  • priority: Minor
  • component(s): _unsorted
  • label(s): CSP
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-08

Raw content of original issue

Problems


== Inline Event Handler

Line: 36
----
<f:checkbox title="${%label.wait}" onclick="waitClicked(this);" name="wait"/>
----

== Inline Event Handler
Line: 40
----
<f:checkbox title="${%label.noncompliant.issues}" onclick="failBuildNonComplianceIssuesClicked(this);" name="failBuildNonCompliance"/>
----

== Inline Event Handler
Line: 44
----
<f:checkbox title="${%label.fail.build}" onclick="failBuildClicked(this);" name="failBuild"/>
----


Solution

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.