chore: run maintenance checklist (012-maintenance)#514
Merged
Conversation
- Add atomic-polyfill advisory ignore in deny.toml (upstream monty dep) - Fix trap incorrectly listed as security exclusion in compatibility.md - Update POSIX special built-in count to 14/15 (trap is implemented) - Update Quick Status table with accurate command counts - Add custom builtins feature to README.md - Add 2>&1 to README.md redirections list - Add Unreleased section to CHANGELOG.md for PR #513 https://claude.ai/code/session_01NdiHcfCjDaa8o5uG1Zebtq
Add exemptions for minor version bumps: - libc 0.2.183 - quinn-proto 0.11.14 - socket2 0.6.3 - zerocopy 0.8.41, 0.8.42 - zerocopy-derive 0.8.41, 0.8.42 https://claude.ai/code/session_01NdiHcfCjDaa8o5uG1Zebtq
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.
Summary
specs/012-maintenance.mdChanges
RUSTSEC-2023-0089(atomic-polyfill) to advisory ignores — unmaintained transitive dep via monty → postcard → heapless that we can't controltrapincorrectly listed as security exclusion (onlyexecis excluded); update POSIX special built-in count to 14/15; refresh Quick Status table with accurate command counts by category2>&1to redirections listMaintenance audit results
Test plan
cargo test --all-features— all 1522 tests passcargo clippy --all-targets -- -D warnings— cleancargo fmt --check— clean