Skip to content

SDK regeneration - #124

Closed
fern-api[bot] wants to merge 3 commits into
nextfrom
fern-bot/2026-08-19_15-24-54_057
Closed

SDK regeneration#124
fern-api[bot] wants to merge 3 commits into
nextfrom
fern-bot/2026-08-19_15-24-54_057

Conversation

@fern-api

@fern-api fern-api Bot commented Aug 19, 2026

Copy link
Copy Markdown

Automated SDK generation by Fern

fern-api Bot and others added 3 commits August 19, 2026 15:24
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-cli-generator: 0.35.0
The audit job failed on this regeneration with two advisories:

  h2 0.4.15          RUSTSEC-2026-0258  unbounded empty DATA frames  (>=0.4.16)
  webbrowser 1.2.1   RUSTSEC-2026-0257  BROWSER argument injection   (>=1.2.2)

h2 is newly disclosed (2026-08-17). webbrowser is the third recurrence: next
carried 1.2.4 and the regeneration reset it to 1.2.1. Both are lockfile-only
fixes — Cargo.toml already permits the patched versions (webbrowser = "1",
reqwest 0.12), so the shipped lockfile was simply stale. Reported upstream so
the generator resolves the lock at generation time rather than vendoring one.

The regeneration also deleted scripts/verify-agents-as-code.sh, the only
non-generated deletion in the diff and one that produced no conflict to notice
it by. Restored, and scripts/ is now in .fernignore so it survives — which
works from here on, since this regeneration branched from next rather than
main, so .fernignore is finally being honoured.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@PaulAsjes PaulAsjes closed this Aug 19, 2026
PaulAsjes added a commit that referenced this pull request Aug 19, 2026
Same three fixes as the superseded #124.

The audit job fails on this regeneration with two advisories:

  h2 0.4.15          RUSTSEC-2026-0258  unbounded empty DATA frames  (>=0.4.16)
  webbrowser 1.2.1   RUSTSEC-2026-0257  BROWSER argument injection   (>=1.2.2)

Both are lockfile-only: Cargo.toml already permits the patched versions
(webbrowser = "1", reqwest 0.12), so the shipped lockfile was stale rather than
constrained. Reported upstream so the generator resolves the lock at generation
time instead of vendoring one.

The regeneration also deleted scripts/verify-agents-as-code.sh — the only
non-generated deletion, and one that produced no conflict to notice it by, since
this PR merges cleanly. Restored, and scripts/ added to .fernignore so it
survives future regenerations now that they branch from next and .fernignore is
actually honoured.

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.

1 participant