Skip to content

Update GitCommitDetailTest.java

8ab06a6
Select commit
Loading
Failed to load commit list.
Draft

Add Git Detail #1820

Update GitCommitDetailTest.java
8ab06a6
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@ci-jenkins-io 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>