release: v0.7.0 — signetry-core - #98
Merged
Merged
Conversation
Detection breadth (Kotlin, Go SSRF, Go/Java path traversal, PHP XXE), the Aider executor, SSRF precision fixes, and the fork-PR reviewer fix. Minor bump rather than patch: this adds new detection rules and a new executor, not just fixes. Bumps the version-pinned install references in README and docs/ alongside pyproject, so the documented install command matches the tag.
Signetry Reviewer — 🟡 Needs human reviewA human should decide — the required check is pending; 1 advisory finding(s) to weigh. Deterministic gates (the authority)
Findings (1, 0 blocking)
MergeA human should review and merge.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump + changelog for the work merged since v0.6.0. The release workflow validates that the pushed tag matches
pyprojectversion, so this has to land before tagging.What's in it
Detection breadth
.kt/.kts) — previously not scanned at all (Detection: add Kotlin support (SQLi + command injection) #52, feat(detection): add Kotlin support (SQLi + command injection) #93)go.taint.ssrf(CWE-918) (feat(detection): Go SSRF + Go/Java path traversal + PHP XXE #95)go.taint.path_traversal+java.taint.path_traversal(CWE-22) (feat(detection): Go SSRF + Go/Java path traversal + PHP XXE #95)php.xxe(CWE-611) (feat(detection): Go SSRF + Go/Java path traversal + PHP XXE #95)SinkSpec.skip_ifnegative guard (fix(detection): a constant host with a tainted query string is not Go SSRF #97)Executors
AiderExecutor— ported from @adity982's feat(executors): add Aider adapter #55 (Executor: add an Aider adapter behind the Executor protocol #53, feat(executors): add Aider adapter behind the Executor protocol #96)SSRF precision
requests.requestwas checking the HTTP method — thanks @AdvaitVarhade (Detection: add SSRF (CWE-918) rule for Python (requests/urllib/httpx) #86, feat(detection): add SSRF (CWE-918) rule for Python (#86) #89)urllib.request.Requestdropped from the sink list — was double-reporting (fix(detection): report the urllib SSRF flow once, at the sink #94)CI
exit 0had never run underbash -e(fix(ci): advisory reviewer could never comment on a fork PR (403) #92)Why minor, not patch
New detection rules and a new executor are features, so
0.6.0 → 0.7.0rather than0.6.1.Also updated
The pinned install references in
README.mdanddocs/(6 files) movev0.6.0 → v0.7.0so the documented command matches the tag.After merge
git tag v0.7.0 && git push origin v0.7.0, then bump thesignetry-corepin inSignetry/eval— its corpus additions for eval#11/#12/#29 depend on the new rules.