jenkinsci / badge-plugin

Jenkins Badge plugin
https://plugins.jenkins.io/badge/
MIT License
32 stars 43 forks source link

Require Jenkins 2.426.3 or newer #132

Closed MarkEWaite closed 4 months ago

MarkEWaite commented 4 months ago

Require Jenkins 2.426.3 or newer

Plugin installation statistics show that 41% of installs of 1.9.1 (released 2 years ago) are already running Jenkins 2.426.3 or newer.

SECURITY-3314 affects Jenkins 2.426.2 and earlier and strongly advises users to upgrade to 2.426.3.

Choosing a Jenkins baseline recommends either 2.414.3 or 2.426.3 as the Jenkins minimum version. Reducing the minimum version to 2.414.3 increases the installation percentage from 41% to 50%, but does not help to persuade users that they should upgrade to at least 2.426.3.

Also includes

Testing done

Automated tests passing. Will combine with other pull requests and perform interactive testing:

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or Jira
- [x] Link to relevant pull requests, esp. upstream and downstream changes
- [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue