jenkinsci / jenkinsci/script-security-plugin

[JENKINS-56689] Much-used String.join() method not in default whitelist

Open
#827 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

The String.join() method, as referenced in JENKINS-37527">JENKINS-37527, is not actually whitelisted by default.

String.split() is whitelisted by default. Shouldn't these be whitelisted?

---
Originally reported by daniel_c_686, imported from: Much-used String.join() method not in default whitelist


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

Raw content of original issue

The String.join() method, as referenced in JENKINS-37527, is not actually whitelisted by default.

String.split() is whitelisted by default. Shouldn't these be whitelisted?

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.