Skip to content

Bump org.jenkins-ci.plugins:plugin from 6.2189.v695a_c41f5249 to 6.2211.v27f680c93c53 - #449

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.jenkins-ci.plugins-plugin-6.2211.v27f680c93c53
Closed

Bump org.jenkins-ci.plugins:plugin from 6.2189.v695a_c41f5249 to 6.2211.v27f680c93c53#449
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.jenkins-ci.plugins-plugin-6.2211.v27f680c93c53

Bump org.jenkins-ci.plugins:plugin

d74a349
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / SpotBugs failed Jul 20, 2026

11 new issues

Total New Outstanding Fixed Trend
11 11 0 0 👎

Reference build: Plugins » dependency-track-plugin » master #427

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 11 0

Annotations

Check warning on line 332 in src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

NORMAL:
Possible null pointer dereference in org.jenkinsci.plugins.DependencyTrack.DependencyTrackPublisher.perform(Run, FilePath, EnvVars, Launcher, TaskListener) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>

Check warning on line 346 in src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

NORMAL:
Possible null pointer dereference in org.jenkinsci.plugins.DependencyTrack.DependencyTrackPublisher.perform(Run, FilePath, EnvVars, Launcher, TaskListener) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>

Check warning on line 387 in src/main/java/org/jenkinsci/plugins/DependencyTrack/api/ApiClient.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

NORMAL:
Possible null pointer dereference in org.jenkinsci.plugins.DependencyTrack.api.ApiClient.updateProjectProperties(String, ProjectData$Properties) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>

Check warning on line 338 in src/main/java/org/jenkinsci/plugins/DependencyTrack/api/ApiClient.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

NORMAL:
Possible null pointer dereference in org.jenkinsci.plugins.DependencyTrack.api.ApiClient.uploadBom(ProjectData, String) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>

Check warning on line 339 in src/main/java/org/jenkinsci/plugins/DependencyTrack/api/ApiClient.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

NORMAL:
Possible null pointer dereference in org.jenkinsci.plugins.DependencyTrack.api.ApiClient.uploadBom(ProjectData, String) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>

Check warning on line 341 in src/main/java/org/jenkinsci/plugins/DependencyTrack/api/ApiClient.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

NORMAL:
Possible null pointer dereference in org.jenkinsci.plugins.DependencyTrack.api.ApiClient.uploadBom(ProjectData, String) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>

Check warning on line 342 in src/main/java/org/jenkinsci/plugins/DependencyTrack/api/ApiClient.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

NORMAL:
Possible null pointer dereference in org.jenkinsci.plugins.DependencyTrack.api.ApiClient.uploadBom(ProjectData, String) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>

Check warning on line 324 in src/main/java/org/jenkinsci/plugins/DependencyTrack/api/ApiClient.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

NORMAL:
Possible null pointer dereference in org.jenkinsci.plugins.DependencyTrack.api.ApiClient.uploadVex(ProjectData, String) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>

Check warning on line 325 in src/main/java/org/jenkinsci/plugins/DependencyTrack/api/ApiClient.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

NORMAL:
Possible null pointer dereference in org.jenkinsci.plugins.DependencyTrack.api.ApiClient.uploadVex(ProjectData, String) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>

Check warning on line 327 in src/main/java/org/jenkinsci/plugins/DependencyTrack/api/ApiClient.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

NORMAL:
Possible null pointer dereference in org.jenkinsci.plugins.DependencyTrack.api.ApiClient.uploadVex(ProjectData, String) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>

Check warning on line 328 in src/main/java/org/jenkinsci/plugins/DependencyTrack/api/ApiClient.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

NORMAL:
Possible null pointer dereference in org.jenkinsci.plugins.DependencyTrack.api.ApiClient.uploadVex(ProjectData, String) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>