From 27f87acd114d622671de3e565c5d8d11d9bf15df Mon Sep 17 00:00:00 2001
From: "aikido-autofix[bot]"
<119856028+aikido-autofix[bot]@users.noreply.github.com>
Date: Sat, 5 Sep 2026 17:42:16 +0000
Subject: [PATCH 1/2] fix(security): Restrict GPG program resolution to global
Git configuration only
---
src-tauri/src/commands/history.rs | 121 +++++++++++++++++++++++++++++-
1 file changed, 119 insertions(+), 2 deletions(-)
diff --git a/src-tauri/src/commands/history.rs b/src-tauri/src/commands/history.rs
index 8db6969..3284efb 100644
--- a/src-tauri/src/commands/history.rs
+++ b/src-tauri/src/commands/history.rs
@@ -62,6 +62,7 @@ pub async fn verify_commits(
trait VerificationRunner {
fn git_config_get(&self, repo_path: &str, key: &str) -> Result