Permalink
base repository: tornadoweb/tornado
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v6.3.2
Choose a base ref
...
head repository: tornadoweb/tornado
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v6.3.3
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on May 14, 2023

  1. Merge pull request #3267 from bdarnell/branch6.3

    Version 6.3.2
    @bdarnell
    bdarnell authoredMay 14, 2023
    Configuration menu
    Copy the full SHA
    e3aa6c5View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. http1connection: Make content-length parsing more strict

    Content-length and chunk size parsing now strictly matches the RFCs.
    We previously used the python int() function which accepted leading
    plus signs and internal underscores, which are not allowed by the
    HTTP RFCs (it also accepts minus signs, but these are less problematic
    in this context since they'd result in errors elsewhere)
    
    It is important to fix this because when combined with certain proxies,
    the lax parsing could result in a request smuggling vulnerability (if
    both Tornado and the proxy accepted an invalid content-length but
    interpreted it differently). This is known to occur with old versions
    of haproxy, although the current version of haproxy is unaffected.
    @bdarnell
    bdarnell committedAug 11, 2023
    Configuration menu
    Copy the full SHA
    217295bView commit details
    Browse the repository at this point in the history
  2. httpserver_test: Add ExpectLog to fix CI

    The  security advisory feature lets you make private PRs but
    it apparently doesn't support CI so this log failure wasn't caught
    until after the PR was merged.
    @bdarnell
    bdarnell committedAug 11, 2023
    Configuration menu
    Copy the full SHA
    7dfe8b5View commit details
    Browse the repository at this point in the history
  3. Set version to 6.3.3

    @bdarnell
    bdarnell committedAug 11, 2023
    Configuration menu
    Copy the full SHA
    5c8a9a4View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a9e6fbView commit details
    Browse the repository at this point in the history
  5. Merge pull request #3307 from bdarnell/branch6.3

    Version 6.3.3
    @bdarnell
    bdarnell authoredAug 11, 2023
    Configuration menu
    Copy the full SHA
    e4d6984View commit details
    Browse the repository at this point in the history
Loading