diff --git a/SECURITY.md b/SECURITY.md index f1e689415..a9e285636 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -45,10 +45,10 @@ To help us quickly understand and address the issue, please include the followin ### **What to Expect** -- **Acknowledgement**: You will receive an acknowledgment of your report within **48 hours**. +- **Acknowledgement**: You will receive an acknowledgement of your report within **48 hours**. - **Timeline**: We will provide a timeline for investigating and addressing the issue. - **Updates**: You will receive regular updates on the progress of the vulnerability resolution. -- **CVE ID**: If the vulnerability is confirmed, we can help you apply for a CVE ID to formally recognize the issue. +- **CVE ID**: If the vulnerability is confirmed, we will request a CVE ID to acknowledge the issue officially and include it in the release notes. ### **Out of Scope** @@ -79,4 +79,4 @@ We deeply appreciate the efforts of security researchers and users who help us i ## Contact -For any questions or concerns regarding security, please contact us at `security@yourproject.com`. +For any questions or concerns regarding security, please contact us at `security@pgadmin.org`. diff --git a/docs/en_US/release_notes_9_2.rst b/docs/en_US/release_notes_9_2.rst index 104546bcf..bb1738432 100644 --- a/docs/en_US/release_notes_9_2.rst +++ b/docs/en_US/release_notes_9_2.rst @@ -27,6 +27,7 @@ New features | `Issue #8034 `_ - Added support for creating Directory nodes in EPAS. | `Issue #8449 `_ - Change icon buttons to show tooltip even when disabled. | `Issue #8540 `_ - Add an option to load/replace the servers.json file on each container startup. + | `Issue #8574 `_ - Open user management in a separate tab instead of a dialog to enhance UI/UX. Housekeeping ************ @@ -43,4 +44,5 @@ Bug fixes | `Issue #8473 `_ - Change the stop/terminate icon at all the places for better UX. | `Issue #8479 `_ - Fixed an issue where the Schema Diff was not displaying the difference query when a table had a UNIQUE NULLS NOT DISTINCT constraint. | `Issue #8514 `_ - Ensure the newly added parameters in the server dialog are incorporated into the Import/Export Servers functionality. - | `Issue #8546 `_ - Fixed an issue where updating the grantee was not correctly applying the privileges. \ No newline at end of file + | `Issue #8546 `_ - Fixed an issue where updating the grantee was not correctly applying the privileges. + | `Issue #8577 `_ - Fixed an issue where the upgrade_check API returned an unexpected keyword argument 'cafile' due to changes in the urllib package supporting Python v3.13. \ No newline at end of file