Skip to content

Merge branch 'jenkinsci:master' into verbs-everywhere

b880348
Select commit
Loading
Failed to load commit list.
Draft

Experiment: Add HTTP verb annotations to all web methods #99

Merge branch 'jenkinsci:master' into verbs-everywhere
b880348
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Open Tasks Scanner succeeded Aug 17, 2025

10 new issues, 11 total

Total New Outstanding Fixed Trend
11 10 1 10 👎

Reference build: Plugins » matrix-auth-plugin » main #1

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 10 0

Annotations

Check warning on line 103 in src/main/java/com/cloudbees/hudson/plugins/folder/properties/AuthorizationMatrixProperty.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Open Tasks Scanner

TODO

NORMAL:
(3.0) How is this used?

Check warning on line 83 in src/main/java/hudson/security/AuthorizationMatrixProperty.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Open Tasks Scanner

TODO

NORMAL:
attempt to make this OptionalJobProperty

Check warning on line 113 in src/main/java/hudson/security/AuthorizationMatrixProperty.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Open Tasks Scanner

TODO

NORMAL:
(3.0) is this even needed? Why is the no-arg constructor private?

Check warning on line 67 in src/main/java/hudson/security/GlobalMatrixAuthorizationStrategy.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Open Tasks Scanner

TODO

NORMAL:
think about the concurrency commitment of this class

Check warning on line 169 in src/main/java/hudson/security/GlobalMatrixAuthorizationStrategy.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Open Tasks Scanner

TODO

NORMAL:
Is there a way to pull this up into AuthorizationContainerDescriptor and share code with AuthorizationPropertyDescriptor?

Check warning on line 198 in src/main/java/org/jenkinsci/plugins/matrixauth/AuthorizationContainerDescriptor.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Open Tasks Scanner

TODO

NORMAL:
i18n (after 3.0)

Check warning on line 204 in src/main/java/org/jenkinsci/plugins/matrixauth/AuthorizationContainerDescriptor.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Open Tasks Scanner

TODO

NORMAL:
i18n (after 3.0)

Check warning on line 214 in src/main/java/org/jenkinsci/plugins/matrixauth/AuthorizationContainerDescriptor.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Open Tasks Scanner

TODO

NORMAL:
i18n (after 3.0)

Check warning on line 97 in src/test/java/org/jenkinsci/plugins/matrixauth/Security2180Test.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Open Tasks Scanner

TODO

NORMAL:
robustness: check queue contents / executor status before scheduling

Check warning on line 117 in src/test/java/org/jenkinsci/plugins/matrixauth/Security2180Test.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Open Tasks Scanner

TODO

NORMAL:
check API?