Skip to content

Bump jenkins from 1.54 to 1.58 #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2020

Bumps jenkins from 1.54 to 1.58.

Release notes

Sourced from jenkins's releases.

1.58

🚀 New features and improvements

🐛 Bug Fixes

  • Pass argLine to Maven Surefire Plugin so that agents can be connected to the tests run (#138) @oleg-nenashev
  • Enforce English Locale for JavaDoc Generation (#137) @jetersen

📦 Dependency updates

1.56

🚨 Removed

🚀 New features and improvements

  • Introduce version for spotbugs annotations for re-use in jenkins bom (#101) @StefanSpieker

📦 Dependency updates

1.55

... (truncated)

Commits
  • 904c072 [maven-release-plugin] prepare release jenkins-1.58
  • a559c52 Merge pull request #138 from jenkinsci/surefire-agents-fix
  • 5a53bdd Pass argLine to Maven Surefire Plugin so that agents can be connected to th...
  • eb937d9 Merge pull request #137 from jetersen/patch-1
  • 1ac3535 Enforce English Locale for JavaDoc Generation
  • af78fa3 Merge pull request #128 from jenkinsci/dependabot/maven/org.codehaus.mojo-fla...
  • fba2b8b Merge pull request #136 from jenkinsci/dependabot/maven/com.github.spotbugs-s...
  • ab3926d Bump spotbugs-maven-plugin from 4.0.4 to 4.1.3
  • 6d20388 Update default java version to 8 (#135)
  • faebe41 Merge pull request #133 from jenkinsci/dependabot/maven/com.github.spotbugs-s...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from oleg-nenashev as a code owner October 12, 2020 05:42
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 12, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2020

A newer version of org.jenkins-ci:jenkins exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@halkeye
Copy link
Member

halkeye commented Oct 20, 2020

So i don't think spotbugs is disabled

[2020-10-20T04:26:15.119Z] [ERROR] Medium: This API (java/io/File.<init>(Ljava/lang/String;)V) reads a file whose location might be specified by user input [io.jenkins.tools.warpackager.mavenplugin.BuildMojo, io.jenkins.tools.warpackager.mavenplugin.BuildMojo] At BuildMojo.java:[line 92]At BuildMojo.java:[line 92] PATH_TRAVERSAL_IN

[2020-10-20T04:26:15.119Z] [ERROR] Medium: This API (java/io/File.<init>(Ljava/lang/String;)V) reads a file whose location might be specified by user input [io.jenkins.tools.warpackager.mavenplugin.BuildMojo, io.jenkins.tools.warpackager.mavenplugin.BuildMojo] At BuildMojo.java:[line 95]At BuildMojo.java:[line 95] PATH_TRAVERSAL_IN

[2020-10-20T04:26:15.119Z] [ERROR] Medium: This API (java/io/File.<init>(Ljava/lang/String;)V) reads a file whose location might be specified by user input [io.jenkins.tools.warpackager.mavenplugin.BuildMojo, io.jenkins.tools.warpackager.mavenplugin.BuildMojo] At BuildMojo.java:[line 109]At BuildMojo.java:[line 109] PATH_TRAVERSAL_IN

[2020-10-20T04:26:15.119Z] [ERROR] Medium: This API (java/io/File.<init>(Ljava/lang/String;)V) reads a file whose location might be specified by user input [io.jenkins.tools.warpackager.mavenplugin.BuildMojo, io.jenkins.tools.warpackager.mavenplugin.BuildMojo] At BuildMojo.java:[line 127]At BuildMojo.java:[line 127] PATH_TRAVERSAL_IN

[2020-10-20T04:26:15.119Z] [ERROR] Medium: The use of DocumentBuilder.parse(...) (DocumentBuilder) is vulnerable to XML External Entity attacks [io.jenkins.tools.warpackager.mavenplugin.HelpMojo] At HelpMojo.java:[line 75] XXE_DOCUMENT

[2020-10-20T04:26:15.119Z] [ERROR] Medium: This API (java/io/File.<init>(Ljava/lang/String;Ljava/lang/String;)V) reads a file whose location might be specified by user input [io.jenkins.tools.warpackager.mavenplugin.PackageMojo] At PackageMojo.java:[line 33] PATH_TRAVERSAL_IN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants