From c2d2c24e9ece399b6454b5cc2b6b861b985e379e Mon Sep 17 00:00:00 2001 From: Binay Date: Tue, 18 Aug 2026 20:10:40 -0400 Subject: [PATCH] chore: bump the signetry-core pin to v0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.7.0 shipped Kotlin detection, Go SSRF, Go/Java path traversal, PHP XXE, the Aider executor and the SSRF precision fixes. These references still installed v0.6.0, so anything following them got an engine several rules behind. CHANGELOG entries are deliberately left at v0.6.0 — they record what a past release pinned and are not live install instructions. --- README.md | 2 +- config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 459627b..9c5cb32 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ with [signetry-core](https://github.com/Signetry/core). ## Prerequisite ```bash -pip install "signetry-core @ git+https://github.com/Signetry/core@v0.6.0" +pip install "signetry-core @ git+https://github.com/Signetry/core@v0.7.0" ``` Add a `.signetry/admission.yaml` to your repo (allowed/forbidden paths, diff budget, diff --git a/config.toml b/config.toml index 102e196..f208bee 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # Signetry MCP server for Codex — add to ~/.codex/config.toml -# Requires: pip install "signetry-core @ git+https://github.com/Signetry/core@v0.6.0" +# Requires: pip install "signetry-core @ git+https://github.com/Signetry/core@v0.7.0" [mcp_servers.signetry] command = "python"