Skip to content

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

@jenkins-infra-bot

Description

@jenkins-infra-bot

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


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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions