Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge branch 'SECURITY-140'
(JENKINS-33289) NPE when clicking showDiffs SECURITY-140 XSS vulnerability
- Loading branch information
Showing
with
45 additions
and 20 deletions.
- +3 −1 pom.xml
- +14 −2 src/main/java/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction.java
- +4 −5 src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseAction.java
- +16 −3 src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction.java
- +1 −1 src/main/resources/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction/index.jelly
- +2 −2 src/main/resources/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction/showDiffFiles.jelly
- +1 −1 src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/index.jelly
- +2 −2 src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/showDiffFiles.jelly
- +2 −3 src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectActionTest.java
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -13,7 +13,7 @@ | ||
<j:otherwise> | ||
<br/> | ||
<div> | ||
<f:form method="post" action="diffFiles" name="diffFiles" > | ||
<j:if test="${configs.size() > 1}"> | ||
<div align="right"> | ||
<f:submit value="${%Show Diffs}" /> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -13,7 +13,7 @@ | ||
<j:otherwise> | ||
<br/> | ||
<div> | ||
<f:form method="post" action="diffFiles" name="diffFiles"> | ||
<j:if test="${configs.size() > 1}"> | ||
<div align="right"> | ||
<f:submit value="${%Show Diffs}" /> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters