jenkinsci / jenkinsci/script-security-plugin

[JENKINS-54941] missing whitelist: String.valueO(int)

Open
#819 0 comments 0 reactions 0 assignees View on GitHub
component:script-security-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
76
Forks
181
Avg merge
14h 55m
Merged PRs (30d)
3

Description

A follow-up for JENKINS-27390">JENKINS-27390:

 

String.valueOf(Object) is whitelisted, but

e.g. String.valueOf(int) is missing.

(Probably float and other types could be affected as well)

---
Originally reported by pedersen, imported from: missing whitelist: String.valueO(int)


  • status: Open
  • priority: Minor
  • component(s): script-security-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-09

Raw content of original issue

A follow-up for JENKINS-27390:

 

String.valueOf(Object) is whitelisted, but

e.g. String.valueOf(int) is missing.

(Probably float and other types could be affected as well)

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.