jenkinsci / jenkinsci/script-security-plugin
[JENKINS-56689] Much-used String.join() method not in default whitelist
- 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
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
Assessment
This issue has not been assessed yet.