Skip to content

ci: ignore new RUSTSEC advisories + regen root README#2202

Merged
ArthurZucker merged 1 commit into
feat/train_encode_splitfrom
ci/audit-readme-fixes
Jul 15, 2026
Merged

ci: ignore new RUSTSEC advisories + regen root README#2202
ArthurZucker merged 1 commit into
feat/train_encode_splitfrom
ci/audit-readme-fixes

Conversation

@ArthurZucker

Copy link
Copy Markdown
Collaborator

The Audit dependencies and READMEs up to date jobs are red repo-wide on feat/train_encode_split — i.e. on every PR targeting it (#2190, #2194, #2201 …). Neither is caused by any of those PRs; both are drift on the base. This fixes both in one place.

Audit

cargo audit -D warnings now trips on two advisories published after the ignore list was last touched:

  • RUSTSEC-2026-0204crossbeam-epoch invalid pointer deref (transitive, via rayon et al.)
  • RUSTSEC-2025-0057fxhash unmaintained

Both are transitive and not fixable from this repo, so they're added to the existing --ignore list (which already carries 2024-0436, 2025-0014, 2025-0119) in the rust, node, and python workflows. No Cargo.lock change.

READMEs

The root crate's lib.rs wrapped a sentence across two lines but README.md wasn't regenerated, so cargo readme diff fails. Regenerated README.md (root only; tk-encode/tk-train already match). Cosmetic — a line-wrap sync, no content change.

Verified locally: cargo audit … --ignore <all 5> exits 0, and cargo readme --project-root . | diff - README.md is empty.

The Audit and READMEs jobs went red repo-wide on feat/train_encode_split
(so on every PR against it):

- audit: two advisories published since the ignore list was last updated —
  RUSTSEC-2026-0204 (crossbeam-epoch, transitive) and RUSTSEC-2025-0057
  (fxhash, unmaintained). Both are transitive and not fixable from here, so
  ignore them alongside the existing three (rust/node/python workflows).
- README: the root crate's lib.rs wrapped a sentence but README.md wasn't
  regenerated; `cargo readme` re-syncs it.
@HuggingFaceDocBuilderDev

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@ArthurZucker
ArthurZucker merged commit ddd4858 into feat/train_encode_split Jul 15, 2026
39 of 42 checks passed
@ArthurZucker
ArthurZucker deleted the ci/audit-readme-fixes branch July 15, 2026 18:12
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