Commit f8428f8
committed
[SECURITY-3583] Fix CSRF vulnerability in Groovy script choice parameter
Testing done
* Confirmed that I could see the failure documented in the security
issue without this change (both methods)
* Confirmed that the failure documented in the security issue is no
longer visible with this change. Checked both methods
* Reviewed all the POST security scanning alerts in the GitHub repository,
resolved those that were not an issue, and included a fix in this pull
request for those that I thought were more risky1 parent c3771c5 commit f8428f8
File tree
1 file changed
+3
-0
lines changed- src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
| 171 | + | |
169 | 172 | | |
170 | 173 | | |
171 | 174 | | |
| |||
0 commit comments