-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: _unsorted
Problem
== Inline Event Handler
Line: 84
----
<f:checkbox id="isThresholdEnabled" class="bold" checked="false"
title="Enable Vulnerability Thresholds"
tooltip="Specifies whether scanned vulnerabilities exceeding a value will cause a build failure."
onclick='document.getElementById("isThresholdEnabled").checked ?
document.getElementById("thresholds").style.display = "block" :
document.getElementById("thresholds").style.display = "none"'/>
----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers