Skip to content

Commit 651baca

Browse files
committed
1 parent 9c46ea4 commit 651baca

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes for Google Cloud Storage for Craft CMS
22

3+
## Unreleased
4+
5+
- Fixed a [low-severity](https://github.com/craftcms/cms/security/policy#severity--remediation) information disclosure vulnerability. (GHSA-67cr-jmh8-4jpq)
6+
37
## 2.2.0 - 2024-03-21
48

59
- Added the “Visibility” filesystem setting. ([#35](https://github.com/craftcms/google-cloud/pull/35))

src/controllers/DefaultController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class DefaultController extends BaseController
2525
*/
2626
public function actionLoadBucketData()
2727
{
28+
$this->requireAdmin();
2829
$this->requirePostRequest();
2930
$this->requireAcceptsJson();
3031

0 commit comments

Comments
 (0)