Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 18, 2023

Bumps jetty-server from 9.3.0.M1 to 10.0.0-alpha0.

Release notes

Sourced from jetty-server's releases.

9.4.51.v20230217

Sponsored Release

This is a release of the End of Community Support Jetty 9.x series that was sponsored by a support contract from Webtide.com

Changelog

Dependencies

  • #9269 - Bump ant.version to 1.10.13
  • #9370 - Bump asciidoctorj-diagram to 2.2.4
  • #9364 - Bump eclipse-jarsigner-plugin to 1.4.2
  • #9251 - Bump infinispan.version to 11.0.17.Final
  • #9247 - Bump maven-checkstyle-plugin to 3.2.1
  • #9267 - Bump maven-dependency-plugin to 3.5.0
  • #9365 - Bump maven-deploy-plugin to 3.1.0
  • #9252 - Bump maven-enforcer-plugin to 3.2.1
  • #9363 - Bump maven-invoker-plugin to 3.5.0
  • #9266 - Bump maven-plugin-plugin to 3.7.1
  • #9263 - Bump maven.plugin-tools.version to 3.7.1
  • #9256 - Bump maven.resolver.version to 1.9.4
  • #9368 - Bump maven.surefire.plugin.version to 3.0.0-M9
  • #9362 - Bump maven.version to 3.9.0
  • #9100 - Bump org.apache.aries.spifly.dynamic.bundle to 1.3.6
  • #9103 - Bump org.eclipse.osgi to 3.18.200
  • #9110 - Bump org.eclipse.osgi.services to 3.11.100
  • #9262 - Bump spring-beans to 5.3.25

9.4.50.v20221201

Sponsored Release

This is a release of the End of Community Support Jetty 9.x series that was sponsored by a support contract from Webtide.com

Changelog

  • #8774 - Added SizeLimitHandler
  • #8678 - Jetty client is not responding to GO_AWAY packet received from (Jetty) Server and continue to send traffic on same connection

Dependencies

  • #8826 - Bump infinispan to 11.0.16.Final
  • #8847 - Bump jboss-logmanager to 2.1.19.Final
  • #8849 - Bump jboss-threads to 3.5.0.Final
  • #8961 - Bump jnr-constants to 0.10.4
  • #8951 - Bump protostream to 4.4.4.Final

... (truncated)

Commits
  • 8cbfd51 Updating to version 10.0.0-alpha0
  • f8b029c avoid duplicate name
  • 2e5c9c1 fix VERSION.txt
  • 9923fdf Jetty 10.0.x fix dependency in jetty-all (#3864)
  • a34e641 Updating to version 10.0.0-SNAPSHOT
  • 2e58f2f Updating to version 10.0.0-alpha0
  • 3082d5a disable all version name rule enforcer..
  • 9d92221 not using osgi rules for jetty 10 alpha/beta versions
  • 30513f9 Merge branch 'jetty-9.4.x' into jetty-10.0.x
  • 3c14cea avoid transitive depdency on a range version which can failed the build... (#...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 18, 2023
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule: direct write to HTTP response detected
SeverityHIGH
File: riskified-sample/src/main/java/com/riskified/samples/notificationServer/servlet/NotificationServlet.java
Lines: 27 - 27
Scanner: SEMGREP

More Info Detected a direct write to the HTTP response. This bypasses any view or template environments, including HTML escaping, which may expose this application to cross-site scripting (XSS) vulnerabilities. Consider using a view technology such as JavaServer Faces (JSFs) which automatically escapes HTML views.
</details><p><b style="color:black" >Rule</b>: direct write to HTTP response detected<br>
<b style="color:black" >Severity</b>:&nbsp;<img src="https://cidersecurity-public-icons.s3.amazonaws.com/prSeverityIcons/high.svg" alt="HIGH" width="62px" align="center"><br><b style="color:black">File</b>: riskified-sample/src/main/java/com/riskified/samples/notificationServer/servlet/NotificationServlet.java<br>
   <b style="color:black">Lines</b>: 28 - 32<br>
<b style="color:black" >Scanner:</b> <a href="https://semgrep.dev/">SEMGREP</a></p>
<details>
<summary><b style="color:black">More Info</b></summary>
Detected a direct write to the HTTP response. This bypasses any

view or template environments, including HTML escaping, which may
expose this application to cross-site scripting (XSS) vulnerabilities.
Consider using a view technology such as JavaServer Faces (JSFs) which
automatically escapes HTML views.

</details>

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.3.0.M1 to 10.0.0-alpha0.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.3.0.M1...jetty-10.0.0-alpha0)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/riskified-sample/org.eclipse.jetty-jetty-server-10.0.0-alpha0 branch from 21905dd to c993e0e Compare May 2, 2023 21:12
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 13, 2023

Superseded by #145.

@dependabot dependabot bot closed this Jun 13, 2023
@dependabot dependabot bot deleted the dependabot/maven/riskified-sample/org.eclipse.jetty-jetty-server-10.0.0-alpha0 branch June 13, 2023 22:52
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.

1 participant