-
Improvement
-
Resolution: Won't Fix
-
Minor
-
None
When accessed to hudson.model.Result.SUCCESS in groovy-postbuild-plugin, the job fails with:
Scripts not permitted to use staticField hudson.model.Result SUCCESS
groovy-postbuild-plugin should permit accesses to any public static members as I don't think there's a case that a public static member cause a security vulnerability.
- is related to
-
JENKINS-25804 Whitelisted signature presets for Java standard APIs and Jenkins core APIs
-
- Resolved
-
[JENKINS-25833] Allow access to static members
Link |
New:
This issue is related to |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 159814 ] | New: JNJira + In-Review [ 196205 ] |
Static fields, like instance fields, must be whitelisted before use. These cases would make sense to be covered by
JENKINS-25804.