Bump jetty-server from 9.3.0.M1 to 10.0.0-alpha0 in /riskified-sample#140
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Conversation
ghost
reviewed
Apr 18, 2023
ghost
left a comment
There was a problem hiding this comment.
Rule: direct write to HTTP response detected
Severity:
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>: <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>
21905dd to
c993e0e
Compare
Author
|
Superseded by #145. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps jetty-server from 9.3.0.M1 to 10.0.0-alpha0.
Release notes
Sourced from jetty-server's releases.
... (truncated)
Commits
8cbfd51Updating to version 10.0.0-alpha0f8b029cavoid duplicate name2e5c9c1fix VERSION.txt9923fdfJetty 10.0.x fix dependency in jetty-all (#3864)a34e641Updating to version 10.0.0-SNAPSHOT2e58f2fUpdating to version 10.0.0-alpha03082d5adisable all version name rule enforcer..9d92221not using osgi rules for jetty 10 alpha/beta versions30513f9Merge branch 'jetty-9.4.x' into jetty-10.0.x3c14ceaavoid transitive depdency on a range version which can failed the build... (#...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.