From 4e2fdc2d9686d7cfc265fd4428352d45004422df Mon Sep 17 00:00:00 2001 From: jamesread Date: Thu, 26 Feb 2026 00:11:21 +0000 Subject: [PATCH 1/2] chore: fix security advisory link --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 2558809..cc1a212 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -27,7 +27,7 @@ This is why we take security very seriously, and why we encourage responsible di Please use responsible disclosure practices when reporting a vulnerability. **You will receive full credit for your discovery**, and we will work with you to ensure that the issue is resolved as quickly as **possible**. Please note that only James Read has access to security issues at the moment, so please be patient and understanding if you do not receive an immediate response. -* **Option A (preferred)**: GitHub Security Advisories, which allows you to report a vulnerability privately and securely. You can find the option to report a security issue in the "Issues" tab of this repository, and then select "Report a security vulnerability". This will allow you to provide details about the vulnerability without making it public. +* **Option A (preferred)**: GitHub Security Advisories, which allows you to report a vulnerability privately and securely. Use this direct link to report privately: `https://github.com/OliveTin/OliveTin/security/advisories/new`. This allows you to provide details without making them public. * **Option B**: Please email `contact@jread.com` for responsible disclosure. From ad479651b7287c33da1c1d33bd507f824ecdf823 Mon Sep 17 00:00:00 2001 From: jamesread Date: Thu, 26 Feb 2026 00:33:21 +0000 Subject: [PATCH 2/2] chore: Fix broken test configs --- integration-tests/tests/datetime/config.yaml | 2 +- integration-tests/tests/suggestionsBrowserKey/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/tests/datetime/config.yaml b/integration-tests/tests/datetime/config.yaml index d657cd2..7e3c38b 100644 --- a/integration-tests/tests/datetime/config.yaml +++ b/integration-tests/tests/datetime/config.yaml @@ -3,7 +3,7 @@ listenAddressSingleHTTPFrontend: 0.0.0.0:1337 logLevel: "DEBUG" checkForUpdates: false -popupOnStart: execution-dialog +defaultPopupOnStart: execution-dialog actions: - title: Test datetime argument diff --git a/integration-tests/tests/suggestionsBrowserKey/config.yaml b/integration-tests/tests/suggestionsBrowserKey/config.yaml index 2bd5876..957d187 100644 --- a/integration-tests/tests/suggestionsBrowserKey/config.yaml +++ b/integration-tests/tests/suggestionsBrowserKey/config.yaml @@ -3,7 +3,7 @@ listenAddressSingleHTTPFrontend: 0.0.0.0:1337 logLevel: "DEBUG" checkForUpdates: false -popupOnStart: execution-dialog +defaultPopupOnStart: execution-dialog actions: - title: Test suggestionsBrowserKey