-
Bug
-
Resolution: Fixed
-
Minor
the getJsonSignatureValidator was added in UpdateSite to give the possibility to UpdateSite subclasses to define a custom JsonSignatureValidator. However the updateNow function on metadata does not using it . This results in `signature validations exceptions` on signature checks.
Code changed in jenkins
User: valentina
Path:
core/src/main/java/hudson/model/DownloadService.java
core/src/main/java/hudson/model/UpdateSite.java
http://jenkins-ci.org/commit/jenkins/8acc12ff7933774dd92c37d3ca5ac1c77f217b39
Log:
[FIXED JENKINS-36537] Allow the use of custom json signature validator for metadata signature check (#2442)