summaryrefslogtreecommitdiff
path: root/releasenotes/notes/2_28_1_release-f71f8c034dd44ce7.yaml
blob: a4da8a1e0ad7a975e217a5043131e2b0f322658c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
security:
  - |
    Fixed a security issue in how ``s3api`` handles XML parsing that allowed
    authenticated S3 clients to read arbitrary files from proxy servers.
    Refer to `CVE-2022-47950 <https://cve.circl.lu/cve/CVE-2022-47950>`__
    for more information.

  - |
    Constant-time string comparisons are now used when checking S3 API
    signatures.

fixes:
  - |
    Fixed a path-rewriting bug introduced in Python 3.7.14, 3.8.14, 3.9.14,
    and 3.10.6 that could cause some ``domain_remap`` requests to be routed to
    the wrong object.

  - |
    Improved compatibility with certain FIPS-mode-enabled systems.

  - |
    Ensure that non-durable data and .meta files are purged from handoffs
    after syncing.