Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-19676] Add jelly header to prevent XSS in taglib pages
  • Loading branch information
kinow committed Sep 29, 2015
1 parent 59fb713 commit 763784d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/org/tap4j/plugin/tags/comments.jelly
@@ -1,3 +1,4 @@
<?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" xmlns:tap="/org/tap4j/plugin/tags">
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/org/tap4j/plugin/tags/directive.jelly
@@ -1,3 +1,4 @@
<?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" xmlns:tap="/org/tap4j/plugin/tags">
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/org/tap4j/plugin/tags/line.jelly
@@ -1,3 +1,4 @@
<?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" xmlns:tap="/org/tap4j/plugin/tags">
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/org/tap4j/plugin/tags/status.jelly
@@ -1,3 +1,4 @@
<?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" xmlns:tap="/org/tap4j/plugin/tags">
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/org/tap4j/plugin/tags/yaml.jelly
@@ -1,3 +1,4 @@
<?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" xmlns:tap="/org/tap4j/plugin/tags">
Expand Down

0 comments on commit 763784d

Please sign in to comment.