Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ body:
id: core-version
attributes:
label: signetry-core version
description: The pin you installed (e.g. `v0.7.0`), or the output of `signetry --version`.
description: The pin you installed (e.g. `v0.8.0`), or the output of `signetry --version`.
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: "3.12"
- name: Install signetry-reviewer
# signetry-reviewer is not published on PyPI; install it from its source repo.
run: pip install "signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.2.0"
run: pip install "signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.3.0"
- name: Compute the PR diff
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Follows [Keep a Changelog](https://keepachangelog.com/) / [SemVer](https://semver.org/).
Until `1.0.0` the public API may change between minor versions.

## [Unreleased]
## [0.3.0] — 2026-09-01

### Added — the Agent Governance Leaderboard

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Always run the latest — the corpus and the pinned `signetry-core` move togethe

| Version | Supported |
|---|---|
| `0.2.3` | ✅ current — 7-language detection corpus, pinned real-repo cases, `signetry-core` `v0.7.0` |
| `0.2.0`–`0.2.2` | ⚠️ superseded — the "pinned" real-repo cases were silently scanning the default-branch tip (see `CHANGELOG.md`) |
| `0.3.0` | ✅ current — the governance leaderboard, 60-case OWASP corpus, `signetry-core` `v0.8.0` |
| `0.2.0`–`0.2.3` | ⚠️ superseded — the "pinned" real-repo cases were silently scanning the default-branch tip (see `CHANGELOG.md`) |
| `< 0.2.0` | ❌ upgrade |

## Reporting a vulnerability
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "signetry-eval"
version = "0.2.3"
version = "0.3.0"
description = "The public adversarial evaluation suite for Signetry: measures attack success rate (ASR) and utility-under-defense for coding-agent prompt injection, skill/MCP poisoning, and memory-injection threats, governed by signetry-core."
readme = "README.md"
requires-python = ">=3.11"
Expand All @@ -22,7 +22,7 @@ classifiers = [
"Topic :: Software Development :: Quality Assurance",
]
dependencies = [
"signetry-core @ git+https://github.com/Signetry/core@v0.7.0",
"signetry-core @ git+https://github.com/Signetry/core@v0.8.0",
]

[project.urls]
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.