Add Git Detail #1820
Draft
Add Git Detail #1820
ci.jenkins.io / SpotBugs
failed
Oct 16, 2025
1 new issue
| Total | New | Outstanding | Fixed | Trend |
|---|---|---|---|---|
| 1 | 1 | 0 | 0 | 👎 |
Reference build: Plugins » git-plugin » master #1569
Details
Severity distribution of new issues
| Error | Warning High | Warning Normal | Warning Low |
|---|---|---|---|
| 0 | 1 | 0 | 0 |
Annotations
Check warning on line 384 in src/main/java/hudson/plugins/git/GitSCM.java
ci-jenkins-io / SpotBugs
MS_MUTABLE_ARRAY
HIGH:
hudson.plugins.git.GitSCM.URL_PATTERNS is a mutable array
Raw output
<p> A final static field references an array and can be accessed by malicious code or by accident from another package. This code can freely modify the contents of the array.</p>
Loading