fix(deps): update dependency org.jenkins-ci.plugins.workflow:workflow-support to v2.18 [security] #5021
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.13
->2.18
GitHub Vulnerability Alerts
CVE-2018-1000058
Jenkins Pipeline: Supporting APIs Plugin 2.17 and earlier have an arbitrary code execution due to incomplete sandbox protection: Methods related to Java deserialization like readResolve implemented in Pipeline scripts were not subject to sandbox protection, and could therefore execute arbitrary code. This could be exploited e.g. by regular Jenkins users with the permission to configure Pipelines in Jenkins, or by trusted committers to repositories containing Jenkinsfiles.
Release Notes
jenkinsci/workflow-support-plugin (org.jenkins-ci.plugins.workflow:workflow-support)
v2.18
Release date: 2018-02-05
issue
v2.17
Release date: 2018-01-22
granular control of when/how they write to disk
(JENKINS-47172)
attached before being written (cuts writes ~1/2 or more)
storage
(JENKINS-47173)
bulk streaming read/writes, and faster access.
see Jenkins documentation for Pipeline Scalability for what you
need to enable this.
XStream Aliases
(JENKINS-49084)
size-on-disk (and data written) by about 30%
version CANNOT be read by older versions of this plugin
serialization
interrupt threads and notes that this is happening
(PR#48)
(JENKINS-31576)
break Pipeline
Timeout utility: ensure that the timeout threadpool cannot be
lazy-initialized with a GroovyClassloader as its contextClassloader
v2.16
Release date: 2017-10-13
a default implementation of StepExecution.stop
for debugging
v2.15
Release date: 2017-09-26
Integrate patched version of JBoss Marshalling with better
diagnostics
/
JENKINS-45553
Massively improve performance of pipeline with numerous parallel
branches by using the new isActive API from workflow-api 2.22.
followup: Add an arguments column to the FlowGraphTable display
Fix Environment Variables Handling: Include AbstractBuild Env vars
in build variables
getChangeSets
- #41
v2.14
Release date: 2017-03-31
Make
currentBuild.duration
work.Added a
currentResult
property andresultIsBetterOrEqualTo
/resultIsWorseOrEqualTo
methods tocurrentBuild
and the returnvalue of
build
.Speedup of log-related code run when adding a new step when using a
massive number of
parallel
branches.JENKINS-26137.
JENKINS-42556:
tolerate errors encountered when printing progress of build
resumption tasks.
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.