Skip to content

Changelog: September 16, 2026 - #71

Closed
zeyu2001 wants to merge 1 commit into
mainfrom
changelog/f003dc9a7
Closed

zeyu2001 wants to merge 1 commit into
mainfrom
changelog/f003dc9a7

Conversation

@zeyu2001

@zeyu2001 zeyu2001 commented Sep 16, 2026

Copy link
Copy Markdown
Member
  • Date: September 16, 2026
  • Commit: f003dc9a7

Documentation TODOs

These shipped features still need docs. The changelog links only to pages that already exist - add or update these, then link them:

  • Revamped findings table and drawer: New finding detail layout (tray header, prev/next nav, consolidated overflow menu) needs a docs page or updated screenshots on the findings/Code Review pages.
  • OWASP Top 10:2025 category on findings: No existing page covers setting an OWASP category on a finding. Needs a new section on a findings or Code Review page explaining the field, how to set it, and how to filter by it.
  • CWE ID and fix recommendation on findings: No existing page documents these new finding fields. Needs a brief callout on the findings reference page.
  • Remediation fix PRs close automatically on independent fix: The automations/remediation page should note that open fix PRs are closed with a comment when the same fix lands on the branch via another route.
  • Remediation auto-retry on stale diffs: The automations/remediation page should explain the up-to-3 auto-retry behavior when a diff goes stale mid-run.
  • Azure DevOps remediation lane: /platform/repositories/azure-devops should document that AI-powered fix PRs are now supported for Azure DevOps, including setup requirements.
  • Bot PR scanning on GitHub: The GitHub integration page or Code Review setup should note that bot-authored PRs (Dependabot, Renovate, GitHub Actions) are now scanned automatically.
  • Self-serve API key management for all members: /platform/organization-settings or /platform/account-settings should document that every member (not just admins) can create and manage their own API keys.
  • Unified personal settings page: /platform/account-settings should be updated to reflect the merged page structure (Profile, Security, Connected accounts, Preferences, Sessions, Organizations).
  • On-prem license expiry banner and scan gate: /platform/on-premises should document the license lifecycle: when the banner appears (30 days before expiry), what the grace deadline means, and what stays accessible after the gate.
  • On-prem license details in org settings: /platform/on-premises or a new license page should cover reading license details (expiry, seats, products) from org settings and where to renew.
  • On-prem GitLab MR scanning: /platform/on-premises and /platform/repositories/gitlab should document that GitLab MR review is now available on appliances and what configuration is required.
  • On-prem GHES App connection: /platform/repositories/github-enterprise-server should document the GitHub App connection option for on-prem alongside the existing PAT option.
  • On-prem onboarding flow: /platform/on-premises should describe the first-run onboarding overlay for appliance operators.
  • GitLab tags and pinned commits in pentest selection: /white-box-pentest/quickstart or a new scan-target page should note that GitLab targets can be pinned to a specific tag or commit SHA.
  • Application filter on PR Review dashboard: /platform/dashboard should document the Application filter and how it scopes every dashboard widget including the security score.
  • Scan failure reason on the scan page: Docs covering scan status or troubleshooting should note that the scan page now surfaces the engine's failure message.
  • Linear status sync for finding triage: /platform/project-management/linear should document the outbound sync: triage actions on any surface move the linked Linear issue to the matching state, and dispatching a fix moves it to In Progress.

Note

Low Risk
Documentation-only changelog update with no product or infrastructure code changes.

Overview
Publishes the September 16, 2026 changelog entry and bumps the automation marker to last-prod-sha=f003dc9a7… so future releases insert below the new baseline.

The new <Update> block documents that release in one place: a redesigned findings table and drawer (tray header, navigation, overflow menu), OWASP Top 10:2025, CWE, and fix recommendation on findings, and Linear issue status sync when findings are triaged or a fix is dispatched. It also covers PR Review dashboard Application scoping, scan failure reasons on the scan page, GitHub bot PR scanning, and remediation behavior (auto-close when the fix lands elsewhere, stale-diff retries, Azure DevOps fix PRs).

Additional notes call out GitLab tag/commit scan targets, member self-serve API keys and unified Personal settings, smaller UX wins (PDF reports, global search severity), and a batch of on-prem items (license banner/gate, license details in org settings, GitLab MR UI, GHES via GitHub App, guided onboarding), with links to existing docs pages.

Reviewed by Cursor Bugbot for commit fea0f92. Bugbot is set up for automated code reviews on this repo. Configure here.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 16, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-16T10:24:39.442459Z fea0f92 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fea0f92080

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread changelog.mdx

**Scan failure reason on the scan page**: When a scan fails, the reason reported by the engine now appears on the scan detail page instead of leaving you with no explanation.

**Bot PR scanning on GitHub**: Pull requests opened by bots (Dependabot, Renovate, GitHub Actions, and similar) are now scanned and reviewed on GitHub, matching the behavior already in place for GitLab and Bitbucket.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve the trust qualification for bot PRs

This states that bot-opened PRs are scanned unconditionally, but code-review/config.mdx:80-84 documents that automatic review occurs only when the provider identifies the bot as trusted for the target repository; untrusted bots and outside contributors are not auto-scanned. This will mislead users whose bot PR originates from an untrusted account or fork, so qualify the announcement with the trust requirement.

Useful? React with 👍 / 👎.

zeyu2001 added a commit that referenced this pull request Sep 18, 2026
PRs #70, #71 and #73 were each generated from the same baseline
(c5f6cff) over a widening commit window, so they described the same
release three times with conflicting details. This folds them into a
single September 18 entry:

- keeps every distinct item across the three drafts, including the
  GitLab tag/commit scan target that only #70 and #71 caught
- fixes the API key claim (personal settings, not org settings) to
  match #70/#71 and the merged personal settings page
- reframes bot PR review on GitHub as the fix it is, since the
  August 3 entry already announced the feature, and keeps it
  consistent with the trusted-bot wording in code-review/config.mdx
- edits the copy to the changelog's existing voice and fixes the
  Prettier failure on the original branch

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@zeyu2001

Copy link
Copy Markdown
Member Author

Superseded by #73, which merges this entry with #70 into a single September 18, 2026 changelog entry. All three PRs were generated from the same baseline (c5f6cff) over a widening commit window, so they describe the same release. The Azure DevOps remediation, pentest PDF, and GitLab tag/commit items from this draft are carried over.

@zeyu2001 zeyu2001 closed this Sep 18, 2026
@zeyu2001
zeyu2001 deleted the changelog/f003dc9a7 branch September 18, 2026 06:25
zeyu2001 added a commit that referenced this pull request Sep 18, 2026
* docs: add changelog entry for September 18, 2026

* docs: consolidate Sept 15/16/18 changelog drafts into one entry

PRs #70, #71 and #73 were each generated from the same baseline
(c5f6cff) over a widening commit window, so they described the same
release three times with conflicting details. This folds them into a
single September 18 entry:

- keeps every distinct item across the three drafts, including the
  GitLab tag/commit scan target that only #70 and #71 caught
- fixes the API key claim (personal settings, not org settings) to
  match #70/#71 and the merged personal settings page
- reframes bot PR review on GitHub as the fix it is, since the
  August 3 entry already announced the feature, and keeps it
  consistent with the trusted-bot wording in code-review/config.mdx
- edits the copy to the changelog's existing voice and fixes the
  Prettier failure on the original branch

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: setlin-hacktron <280193300+setlin-hacktron@users.noreply.github.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants