python-deadlines
python-deadlines copied to clipboard
build(deps): bump webrick from 1.8.1 to 1.8.2 in the bundler group across 1 directory
Bumps the bundler group with 1 update in the / directory: webrick.
Updates 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
@olleolleollein ruby/webrick#108- Add Ruby 3.1 & 3.2 to CI matrix by
@tricknotesin ruby/webrick#109- Fix/redos by
@ooooooo-qin ruby/webrick#114- Raise HTTPStatus::BadRequest for requests with invalid/duplicate content-length headers by
@jeremyevansin ruby/webrick#120- Bump actions/checkout from 3 to 4 by
@dependabotin ruby/webrick#121- Improve CI by
@hsbtin ruby/webrick#123- Fix WEBrick::TestFileHandler#test_short_filename test not working on mswin by
@KJTsanaktsidisin ruby/webrick#128- Fix bug chunk extension detection by
@jeremyevansin ruby/webrick#125- Fix CI. by
@ioquatixin ruby/webrick#131- Merge multiple cookie headers, preserving semantic correctness. by
@ioquatixin ruby/webrick#130- Test on macos-latest by
@byrootin ruby/webrick#132- Require CRLF line endings in request line and headers by
@jeremyevansin ruby/webrick#138- Prefer squigly heredocs. by
@ioquatixin ruby/webrick#143- Only strip space and horizontal tab in headers by
@jeremyevansin ruby/webrick#141- Treat missing CRLF separator after headers as an EOFError by
@jeremyevansin ruby/webrick#142- Return 400 response for chunked requests with unexpected data after chunk by
@jeremyevansin ruby/webrick#136- Fix reference to URI::REGEXP::PATTERN::HOST by
@casperisfinein ruby/webrick#144- Prevent request smuggling by
@jeremyevansin ruby/webrick#146New Contributors
@tricknotesmade their first contribution in ruby/webrick#109@ooooooo-qmade their first contribution in ruby/webrick#114@KJTsanaktsidismade their first contribution in ruby/webrick#128@byrootmade their first contribution in ruby/webrick#132@casperisfinemade their first contribution in ruby/webrick#144Full Changelog: https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2
Commits
0fb9de6Bump up v1.8.2b9a4c81Removed trailing spacesf5faca9Prevent request smuggling0c600e1Fix reference to URI::REGEXP::PATTERN::HOST15a9391Return 400 response for chunked requests with unexpected data after chunk2b38d56Treat missing CRLF separator after headers as an EOFErrore4efb4aRemove unnecessary gsub calls in test_httprequest.rb426e214Only strip space and horizontal tab in headerse72cb69Prefer squigly heredocs. (#143)ee60354Require 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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.