-
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 #23
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
Oct 28, 2024
@dependabot merge
…On Mon, 28 Oct 2024 at 22:15, dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a security vulnerability
<https://github.com/richardhussey/richardhussey.github.io/security/dependabot/29>
(high severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps webrick <https://github.com/ruby/webrick> from 1.8.1 to 1.8.2.
Release notes
*Sourced from webrick's releases
<https://github.com/ruby/webrick/releases>.*
v1.8.2 What's Changed
- Drop commented-out line by @olleolleolle
<https://github.com/olleolleolle> in ruby/webrick#108
<https://redirect.github.com/ruby/webrick/pull/108>
- Add Ruby 3.1 & 3.2 to CI matrix by @tricknotes
<https://github.com/tricknotes> in ruby/webrick#109
<https://redirect.github.com/ruby/webrick/pull/109>
- Fix/redos by @ooooooo-q <https://github.com/ooooooo-q> in
ruby/webrick#114 <https://redirect.github.com/ruby/webrick/pull/114>
- Raise HTTPStatus::BadRequest for requests with invalid/duplicate
content-length headers by @jeremyevans
<https://github.com/jeremyevans> in ruby/webrick#120
<https://redirect.github.com/ruby/webrick/pull/120>
- Bump actions/checkout from 3 to 4 by @dependabot
<https://github.com/dependabot> in ruby/webrick#121
<https://redirect.github.com/ruby/webrick/pull/121>
- Improve CI by @hsbt <https://github.com/hsbt> in ruby/webrick#123
<https://redirect.github.com/ruby/webrick/pull/123>
- Fix WEBrick::TestFileHandler#test_short_filename test not working on
mswin by @KJTsanaktsidis <https://github.com/KJTsanaktsidis> in
ruby/webrick#128 <https://redirect.github.com/ruby/webrick/pull/128>
- Fix bug chunk extension detection by @jeremyevans
<https://github.com/jeremyevans> in ruby/webrick#125
<https://redirect.github.com/ruby/webrick/pull/125>
- Fix CI. by @ioquatix <https://github.com/ioquatix> in
ruby/webrick#131 <https://redirect.github.com/ruby/webrick/pull/131>
- Merge multiple cookie headers, preserving semantic correctness. by
@ioquatix <https://github.com/ioquatix> in ruby/webrick#130
<https://redirect.github.com/ruby/webrick/pull/130>
- Test on macos-latest by @byroot <https://github.com/byroot> in
ruby/webrick#132 <https://redirect.github.com/ruby/webrick/pull/132>
- Require CRLF line endings in request line and headers by
@jeremyevans <https://github.com/jeremyevans> in ruby/webrick#138
<https://redirect.github.com/ruby/webrick/pull/138>
- Prefer squigly heredocs. by @ioquatix <https://github.com/ioquatix>
in ruby/webrick#143 <https://redirect.github.com/ruby/webrick/pull/143>
- Only strip space and horizontal tab in headers by @jeremyevans
<https://github.com/jeremyevans> in ruby/webrick#141
<https://redirect.github.com/ruby/webrick/pull/141>
- Treat missing CRLF separator after headers as an EOFError by
@jeremyevans <https://github.com/jeremyevans> in ruby/webrick#142
<https://redirect.github.com/ruby/webrick/pull/142>
- Return 400 response for chunked requests with unexpected data after
chunk by @jeremyevans <https://github.com/jeremyevans> in
ruby/webrick#136 <https://redirect.github.com/ruby/webrick/pull/136>
- Fix reference to URI::REGEXP::PATTERN::HOST by @casperisfine
<https://github.com/casperisfine> in ruby/webrick#144
<https://redirect.github.com/ruby/webrick/pull/144>
- Prevent request smuggling by @jeremyevans
<https://github.com/jeremyevans> in ruby/webrick#146
<https://redirect.github.com/ruby/webrick/pull/146>
New Contributors
- @tricknotes <https://github.com/tricknotes> made their first
contribution in ruby/webrick#109
<https://redirect.github.com/ruby/webrick/pull/109>
- @ooooooo-q <https://github.com/ooooooo-q> made their first
contribution in ruby/webrick#114
<https://redirect.github.com/ruby/webrick/pull/114>
- @KJTsanaktsidis <https://github.com/KJTsanaktsidis> made their
first contribution in ruby/webrick#128
<https://redirect.github.com/ruby/webrick/pull/128>
- @byroot <https://github.com/byroot> made their first contribution
in ruby/webrick#132 <https://redirect.github.com/ruby/webrick/pull/132>
- @casperisfine <https://github.com/casperisfine> made their first
contribution in ruby/webrick#144
<https://redirect.github.com/ruby/webrick/pull/144>
*Full Changelog*: ***@***.***
<ruby/webrick@v1.8.1...v1.8.2>
Commits
- 0fb9de6
<ruby/webrick@0fb9de6>
Bump up v1.8.2
- b9a4c81
<ruby/webrick@b9a4c81>
Removed trailing spaces
- f5faca9
<ruby/webrick@f5faca9>
Prevent request smuggling
- 0c600e1
<ruby/webrick@0c600e1>
Fix reference to URI::REGEXP::PATTERN::HOST
- 15a9391
<ruby/webrick@15a9391>
Return 400 response for chunked requests with unexpected data after chunk
- 2b38d56
<ruby/webrick@2b38d56>
Treat missing CRLF separator after headers as an EOFError
- e4efb4a
<ruby/webrick@e4efb4a>
Remove unnecessary gsub calls in test_httprequest.rb
- 426e214
<ruby/webrick@426e214>
Only strip space and horizontal tab in headers
- e72cb69
<ruby/webrick@e72cb69>
Prefer squigly heredocs. (#143
<https://redirect.github.com/ruby/webrick/issues/143>)
- ee60354
<ruby/webrick@ee60354>
Require CRLF line endings in request line and headers
- Additional commits viewable in compare view
<ruby/webrick@v1.8.1...v1.8.2>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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
<https://github.com/richardhussey/richardhussey.github.io/network/alerts>
.
------------------------------
You can view, comment on, or merge this pull request online at:
#23
Commit Summary
- 0171f5b
<0171f5b>
Bump webrick from 1.8.1 to 1.8.2
File Changes
(2 files
<https://github.com/richardhussey/richardhussey.github.io/pull/23/files>)
- *M* Gemfile
<https://github.com/richardhussey/richardhussey.github.io/pull/23/files#diff-d09ea66f8227784ff4393d88a19836f321c915ae10031d16c93d67e6283ab55f>
(2)
- *M* Gemfile.lock
<https://github.com/richardhussey/richardhussey.github.io/pull/23/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f>
(4)
Patch Links:
-
https://github.com/richardhussey/richardhussey.github.io/pull/23.patch
- https://github.com/richardhussey/richardhussey.github.io/pull/23.diff
—
Reply to this email directly, view it on GitHub
<#23>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/APLCQCBVPFN5F27NS7FYS6TZ52ZRHAVCNFSM6AAAAABQYNEDNCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYTSNRYGAYDGMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Yours,
Dr Richard J Hussey.
https://www.richardhussey.net/
|
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 @richardhussey.
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.