-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump webrick from 1.8.1 to 1.8.2 #28
Merged
Merged
Conversation
This file contains 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
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Sep 24, 2024
@dependabot merge
Have a lovely day,
~Nate Sharp
…On Sep 24, 2024, 16:32 -0600, dependabot[bot] ***@***.***>, wrote:
This automated pull request fixes a security vulnerability (high severity).
Learn more about Dependabot security updates.
Bumps webrick from 1.8.1 to 1.8.2.
Release notes
Sourced from webrick's releases.
> v1.8.2
> What's Changed
>
> • Drop commented-out line by @olleolleolle in ruby/webrick#108
> • Add Ruby 3.1 & 3.2 to CI matrix by @tricknotes in ruby/webrick#109
> • Fix/redos by @ooooooo-q in ruby/webrick#114
> • Raise HTTPStatus::BadRequest for requests with invalid/duplicate content-length headers by @jeremyevans in ruby/webrick#120
> • Bump actions/checkout from 3 to 4 by @dependabot in ruby/webrick#121
> • Improve CI by @hsbt in ruby/webrick#123
> • Fix WEBrick::TestFileHandler#test_short_filename test not working on mswin by @KJTsanaktsidis in ruby/webrick#128
> • Fix bug chunk extension detection by @jeremyevans in ruby/webrick#125
> • Fix CI. by @ioquatix in ruby/webrick#131
> • Merge multiple cookie headers, preserving semantic correctness. by @ioquatix in ruby/webrick#130
> • Test on macos-latest by @byroot in ruby/webrick#132
> • Require CRLF line endings in request line and headers by @jeremyevans in ruby/webrick#138
> • Prefer squigly heredocs. by @ioquatix in ruby/webrick#143
> • Only strip space and horizontal tab in headers by @jeremyevans in ruby/webrick#141
> • Treat missing CRLF separator after headers as an EOFError by @jeremyevans in ruby/webrick#142
> • Return 400 response for chunked requests with unexpected data after chunk by @jeremyevans in ruby/webrick#136
> • Fix reference to URI::REGEXP::PATTERN::HOST by @casperisfine in ruby/webrick#144
> • Prevent request smuggling by @jeremyevans in ruby/webrick#146
>
> New Contributors
>
> • @tricknotes made their first contribution in ruby/webrick#109
> • @ooooooo-q made their first contribution in ruby/webrick#114
> • @KJTsanaktsidis made their first contribution in ruby/webrick#128
> • @byroot made their first contribution in ruby/webrick#132
> • @casperisfine made their first contribution in ruby/webrick#144
>
> Full Changelog: ***@***.***
Commits
• 0fb9de6 Bump up v1.8.2
• b9a4c81 Removed trailing spaces
• f5faca9 Prevent request smuggling
• 0c600e1 Fix reference to URI::REGEXP::PATTERN::HOST
• 15a9391 Return 400 response for chunked requests with unexpected data after chunk
• 2b38d56 Treat missing CRLF separator after headers as an EOFError
• e4efb4a Remove unnecessary gsub calls in test_httprequest.rb
• 426e214 Only strip space and horizontal tab in headers
• e72cb69 Prefer squigly heredocs. (#143)
• ee60354 Require CRLF line endings in request line and headers
• Additional commits viewable in compare view
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
• @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.
You can view, comment on, or merge this pull request online at:
#28
Commit Summary
• a09d95f Bump webrick from 1.8.1 to 1.8.2
File Changes
(1 file)
• M Gemfile.lock (2)
Patch Links:
• https://github.com/nate2014jatc/AGSTATUS/pull/28.patch
• https://github.com/nate2014jatc/AGSTATUS/pull/28.diff
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
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 webrick from 1.8.1 to 1.8.2.
Release notes
Sourced from webrick's releases.
Commits
0fb9de6
Bump up v1.8.2b9a4c81
Removed trailing spacesf5faca9
Prevent request smuggling0c600e1
Fix reference to URI::REGEXP::PATTERN::HOST15a9391
Return 400 response for chunked requests with unexpected data after chunk2b38d56
Treat missing CRLF separator after headers as an EOFErrore4efb4a
Remove unnecessary gsub calls in test_httprequest.rb426e214
Only strip space and horizontal tab in headerse72cb69
Prefer squigly heredocs. (#143)ee60354
Require CRLF line endings in request line and headersDependabot 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 will merge this PR once CI passes on it, as requested by @nate2014jatc.
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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.