Skip to content

Commit

Permalink
Merge pull request #14 from freedomofpress/rc1-changelog
Browse files Browse the repository at this point in the history
[2.10.0] SecureDrop 2.10.0~rc1
  • Loading branch information
rocodes authored Aug 29, 2024
2 parents a32087a + 0b02582 commit 43b8a8e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

## 2.10.0~rc1

This release contains fixes for issues described in the most recent security audit by 7A Security, see
our [blog post](TK) for more details. It also contains other maintenance fixes.

### Security

* Don't allow admins to look up arbitrary users' TOTP secrets via the web (SEC-01-001 WP4)
* Validate user provided same password back to server (SEC-01-002 WP4)
* Require POST requests for `/logout` for CSRF protection (SEC-01-003 WP4)
* Set password for redis access (SEC-01-008 WP3)
* Set `SameSite=Strict` on all cookies for more CSRF protection

### Web applications
* Dependency updates:
* sequoia-openpgp (Rust crate) from 1.20.0 to 1.21.1 (#7197)
* setuptools from 56.0.0 to 70.3.0 for CVE-2024-6345 (#7205, #7214)
* openssl (Rust crate) from 0.10.60 to 0.10.66 for RUSTSEC-2024-0357 (#7206)

### Journalist Workstation
* Dependency updates:
* setuptools from 56.0.0 to 70.3.0 for CVE-2024-6345 (#7205, #7214)
* Remove d2to1 and pbr (#7205)

### Development
* Don't point people to the decommissioned SecureDrop forum (#7204)
* Migrate all CI jobs to GitHub Actions (#7216, #7217, #7218, #7219, #7220, #7222, #7223)
* Improve staging job by using upstream gcloud-sdk image and enforcing GCE VM lifespan (#7215, #7224)
* Dependency updates:
* certifi from 2023.7.22 to 2024.7.4 for CVE-2024-39689 (#7199)
* Remove pytest-catchlog (#7199)

## 2.9.0

Expand Down
2 changes: 1 addition & 1 deletion securedrop/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ securedrop (2.10.0~rc1+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <[email protected]> Fri, 28 Jun 2024 11:37:37 -0400
-- SecureDrop Team <[email protected]> Thu, 29 Aug 2024 14:42:38 -0700

securedrop (2.9.0+focal) focal; urgency=medium

Expand Down

0 comments on commit 43b8a8e

Please sign in to comment.