jenkinsci / jenkinsci/script-security-plugin
[JENKINS-56905] Script-security plugin enable print password credentials without approbation
- Dominant language
- Java
- Stars
- 76
- Forks
- 181
- Avg merge
- 14h 55m
- Merged PRs (30d)
- 3
Description
In pipeline job, it' s possible to invocate Jenkins.instance and parse globals credentials and print credentials password.
Need to deselect Use groovy Sandbox. User just need to have job/read/ job/build and Global/read.
script-security plugin in version 1.44 or above.
---
Originally reported by olivieratsncf, imported from: Script-security plugin enable print password credentials without approbation
Raw content of original issue
In pipeline job, it' s possible to invocate Jenkins.instance and parse globals credentials and print credentials password.
Need to deselect Use groovy Sandbox. User just need to have job/read/ job/build and Global/read.
script-security plugin in version 1.44 or above.
environment
```
Jenkins 2.107.3
script-security-plugin 1.44 or above
```
Contributor guide
Assessment
This issue has not been assessed yet.