jenkinsci / lucene-search-plugin

Jenkins plugin for searching job data via Lucene or Solr
https://plugins.jenkins.io/lucene-search
MIT License
5 stars 12 forks source link

Ensure proper permission checks are performed during configuration, reindexing and searching [CVE 2022 36910] #55

Closed tdraebing closed 1 year ago

tdraebing commented 1 year ago

This PR fixes some issues that prevented mvn clean install to run, i.e. blocked HTTP repositories and spotbug findings. It then fixes the published CVE 2022 36910.

This includes:

This CVE currently blocks publishing of another plugin using this one: https://github.com/jenkins-infra/repository-permissions-updater/issues/2947