diff --git a/CHANGELOG.md b/CHANGELOG.md index 533987f3..483b8468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [3.11.2] - 2023-03-03 +### Security +- PB-23328 - PBL-08-001 WP2 Credentials Leakage via Clickjacking - As a signed-in user I should not be able to open the application iframe in an untrusted parent frame +- PB-23327 - PBL-08-001 WP2 Credentials Leakage via Clickjacking - As a signed-in user I should not be able to open the quickaccess in an iframe ## [3.11.1] - 2023-02-27 ### Added @@ -1123,7 +1127,9 @@ self registration settings option in the left-side bar - AP: User with plugin installed - LU: Logged in user -[Unreleased]: https://github.com/passbolt/passbolt_browser_extension/compare/v3.9.0...HEAD +[Unreleased]: https://github.com/passbolt/passbolt_browser_extension/compare/v3.11.2...HEAD +[3.11.2]: https://github.com/passbolt/passbolt_browser_extension/compare/v3.11.0...v3.11.2 +[3.11.0]: https://github.com/passbolt/passbolt_browser_extension/compare/v3.10.0...v3.11.0 [3.10.0]: https://github.com/passbolt/passbolt_browser_extension/compare/v3.9.2...v3.10.0 [3.9.2]: https://github.com/passbolt/passbolt_browser_extension/compare/v3.9.0...v3.9.2 [3.9.0]: https://github.com/passbolt/passbolt_browser_extension/compare/v3.8.0...v3.9.0 diff --git a/dist/chrome/passbolt-3.11.1.crx b/dist/chrome/passbolt-3.11.2.crx similarity index 98% rename from dist/chrome/passbolt-3.11.1.crx rename to dist/chrome/passbolt-3.11.2.crx index cfdeee73..97aaffa3 100644 Binary files a/dist/chrome/passbolt-3.11.1.crx and b/dist/chrome/passbolt-3.11.2.crx differ diff --git a/dist/chrome/passbolt-3.11.1.zip b/dist/chrome/passbolt-3.11.2.zip similarity index 96% rename from dist/chrome/passbolt-3.11.1.zip rename to dist/chrome/passbolt-3.11.2.zip index d0587717..fd13eb42 100644 Binary files a/dist/chrome/passbolt-3.11.1.zip and b/dist/chrome/passbolt-3.11.2.zip differ diff --git a/dist/firefox/passbolt-3.11.1.zip b/dist/firefox/passbolt-3.11.2.zip similarity index 98% rename from dist/firefox/passbolt-3.11.1.zip rename to dist/firefox/passbolt-3.11.2.zip index f5dc4c46..a0551ce6 100644 Binary files a/dist/firefox/passbolt-3.11.1.zip and b/dist/firefox/passbolt-3.11.2.zip differ diff --git a/package.json b/package.json index b4394eaa..b2359f28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passbolt_-_open_source_password_manager", - "version": "3.11.1", + "version": "3.11.2", "license": "AGPL-3.0", "copyright": "Copyright 2022 Passbolt SA", "description": "Passbolt web extension for the open source password manager for teams", diff --git a/src/chrome-mv3/manifest.json b/src/chrome-mv3/manifest.json index 7ad6cebd..ea6a5fa2 100644 --- a/src/chrome-mv3/manifest.json +++ b/src/chrome-mv3/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "3.11.1", + "version": "3.11.2", "description": "__MSG_appDescription__", "default_locale": "en", "externally_connectable": {}, diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json index 5f6c0af3..f60acd07 100644 --- a/src/chrome/manifest.json +++ b/src/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "3.11.1", + "version": "3.11.2", "description": "__MSG_appDescription__", "default_locale": "en", "externally_connectable": {}, diff --git a/src/firefox/manifest.json b/src/firefox/manifest.json index 38ffbe14..05c976e7 100644 --- a/src/firefox/manifest.json +++ b/src/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "3.11.1", + "version": "3.11.2", "description": "__MSG_appDescription__", "default_locale": "en", "applications": {