Changelog: July 15, 2026#49
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 262dfadfba
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| **Findings export**: Download your findings as CSV, JSON, or SARIF directly from the findings page, filtered to exactly what is currently visible. The export respects all active filters - severity, status, scan, and repository. | ||
|
|
||
| **Findings export API**: A new API endpoint (`GET /rest/findings/export`) lets you pull findings programmatically in CSV, JSON, or SARIF, with the same filter options available in the UI including scoping by repository. |
There was a problem hiding this comment.
Use the public export endpoint path
This advertises GET /rest/findings/export, but the public API docs define endpoints relative to https://api.hacktron.ai/v1 and the OpenAPI path is /findings/export (api-reference/introduction.mdx:10-16, openapi.json:544). In the public API context, readers will try /v1/rest/findings/export, which is not one of the documented REST paths; the changelog should point to GET /findings/export or the full public URL instead.
Useful? React with 👍 / 👎.
Documentation TODOs
These shipped features still need docs. The changelog links only to pages that already exist - add or update these, then link them:
GET /rest/findings/export- authentication, filter params (severity, state, scan_id, scan_type, repo_url, found_since/until), and response formats (CSV, JSON, SARIF)skip.authors,include.authors, andinclude.labelsfields in.hacktron/config.yaml