-
Bug
-
Resolution: Fixed
-
Blocker
doFillCredentialsIdItems in DockerBuilderNewTemplate, DockerBuilderControlOptionRun, DockerTemplate should do some kind of security check, probably
if (!Jenkins.getInstance().hasPermission(Jenkins.ADMINISTER)) { return new ListBoxModel(); }
(or something more specific if you have it) lest they expose credentials IDs and descriptions to anonymous users.
- links to
[JENKINS-25033] Credentials metadata leaks
Link | New: This issue is blocking SECURITY-158 [ SECURITY-158 ] |
Assignee | New: Kanstantsin Shautsou [ integer ] |
Assignee | Original: Kanstantsin Shautsou [ integer ] | New: magnayn [ magnayn ] |
Workflow | Original: JNJira [ 158933 ] | New: JNJira + In-Review [ 179797 ] |
Assignee | Original: magnayn [ magnayn ] | New: Nicolas De Loof [ ndeloof ] |
Remote Link | New: This issue links to "PR (Web Link)" [ 17671 ] |
Do you have any example from other plugin that deal with credentials?