jenkinsci / build-timeout-plugin

Jenkins build-timeout plugin
https://plugins.jenkins.io/build-timeout/
31 stars 80 forks source link

Use HTTPS for URLs in pom.xml #71

Closed darxriggs closed 4 years ago

darxriggs commented 4 years ago

This changes all URLs in pom.xml from HTTP to HTTPS so humans and machines can make sure data is encrypted in transit.

darxriggs commented 4 years ago

@ikedam can you have a look at this pull request and my other ones following it?

ikedam commented 4 years ago

@darxriggs Please describe why you want those changes merged. For example, what problems are fixed with those changes.

darxriggs commented 4 years ago

@ikedam I updated the description. Please have a look again.

ikedam commented 4 years ago

@darxriggs Sorry for my slow response. I want to clarify what this change affects. Do you know how those information is used?

darxriggs commented 4 years ago

The license URL is for example contained in the JAR file in WEB-INF/licenses.xml and then provided to the user under "Manage Jenkins - About Jenkins".

The documentation URL is for example used to generate the documentation at https://plugins.jenkins.io/build-timeout page. For more details see https://jenkins.io/doc/developer/publishing/documentation/.

ikedam commented 4 years ago

Note: Those old URLs are redirected to new ones, and the current version still work correct. This is not a bug fix but just an improvement.

ikedam commented 4 years ago

Released in build-timeout-1.19.1.