SDK regeneration - #124
Closed
fern-api[bot] wants to merge 3 commits into
Closed
Conversation
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
approved these changes
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>
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.
Automated SDK generation by Fern