From 22f2238b23312a54e8e07d6100446d30bfc67d0a Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Sat, 18 Jan 2014 16:04:05 -0800 Subject: [PATCH] [JENKINS-16417] My recommended fix in response to https://github.com/jenkinsci/jenkins/pull/1093. This does not eliminate nor exclude the need for more generic pluggability, but it would at least address the security concern. --- changelog.html | 3 +++ core/src/main/java/hudson/model/Run.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index 1da3264dfe..3bd3b2ae72 100644 --- a/changelog.html +++ b/changelog.html @@ -55,6 +55,9 @@ Upcoming changes