26F-Studio / 26F-Studio/tauri-plugin-web-bluetooth-api
RUSTSEC-2025-0075: `unic-char-range` is unmaintained
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
unic-char-rangeis unmaintained
| Details | |
|---|---|
| Status | unmaintained |
| Package | unic-char-range |
| Version | 0.9.0 |
| URL | https://github.com/rustsec/advisory-db/issues/2414 |
| Date | 2025-10-18 |
All Unicode crates that are part of https://github.com/open-i18n/rust-unic are unmaintained.
Recommended alternatives
- Since version 1.45.0 Rust supports using
charwithops::{Range, RangeFrom, RangeFull, RangeInclusive, RangeTo}to iterate over a range of codepoints.
See advisory page for additional details.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the repository's dependency manifests for unic-char-range and locating its usages. Confirm whether the crate is direct or transitive and compare those usages with the advisory's recommended Rust char-range support; done means the unmaintained dependency is no longer required and relevant checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- security
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100