20.1.0 — diff review from 20.0.0 only (older version)
From mozilla/supply-chain copy of hg. By Jonathan Kew.
These reviews are from cargo-vet. To add your review, set up cargo-vet
and submit your URL to its registry.
The current version of core-text is 21.0.0.
20.1.0 — diff review from 20.0.0 only (older version)
From mozilla/supply-chain copy of hg. By Jonathan Kew.
20.1.0 (older version)
From kornelski/crev-proofs copy of git.savannah.gnu.org.
Packaged for Guix (crates-apple)
20.0.0 — diff review from 19.2.0 only (older version)
From mozilla/supply-chain copy of hg. Audited without comment by Teodor Tanasoaia.
* (all versions)
From mozilla/supply-chain copy of hg. By Bobby Holley on 2019-03-29.
I've reviewed every source contribution that was neither authored nor reviewed by Mozilla.
* (all versions)
From mozilla/supply-chain copy of hg. By Bobby Holley on 2021-02-14.
I've reviewed every source contribution that was neither authored nor reviewed by Mozilla.
cargo-vet does not verify reviewers' identity. You have to fully trust the source the audits are from.
This crate will not introduce a serious security vulnerability to production software exposed to untrusted input. More…
This crate can be compiled, run, and tested on a local workstation or in controlled automation without surprising consequences. More…
May have been packaged automatically without a review
Lib.rs has been able to verify that all files in the crate's tarball are in the crate's repository with a git tag matching the version. Please note that this check is still in beta, and absence of this confirmation does not mean that the files don't match.
Crates in the crates.io registry are tarball snapshots uploaded by crates' publishers. The registry is not using crates' git repositories, so there is a possibility that published crates have a misleading repository URL, or contain different code from the code in the repository.
To review the actual code of the crate, it's best to use cargo crev open core-text
. Alternatively, you can download the tarball of core-text v21.0.0 or view the source online.
The bulk of the 20.0.0 -> 20.1.0 changes were purely cosmetic clippy and rustfmt changes.
The only substantive change was the addition of wrappers to expose two additional Core Text APIs, the variants of CTFontCreateWithName and CTFontCreateWithFontDescriptor that accept a CTFontOptions parameter. These are directly parallel to the existing versions without CTFontOptions, and do not introduce any new forms of risk.