Skip to content

Commit

Permalink
[JENKINS-23627] Restrict access to admin monitor info page
Browse files Browse the repository at this point in the history
This could contain sensitive information in the list of solutions
provided. It also shows the path to JENKINS_HOME, exposing OS and
configuration information.

(cherry picked from commit 97c90ac)
  • Loading branch information
daniel-beck authored and olivergondza committed Jul 3, 2014
1 parent 74e774e commit 6f030c2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ THE SOFTWARE.

<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${%JENKINS_HOME is almost full}">
<l:layout title="${%JENKINS_HOME is almost full}" permission="${app.ADMINISTER}">
<l:main-panel>
<h1>
<img src="${imagesURL}/48x48/warning.png" height="48" width="48" />
Expand Down

0 comments on commit 6f030c2

Please sign in to comment.