This issue is to track the work to implement trusted crate suggestions as proposed in #458 on top of the work in #459. To do this, we will want to fetch publisher information when computing suggestions in ResolveReport::compute_suggest, and compare it against the trusted publisher list from imported peers, perhaps taking the trusted date ranges from peers into account.
This issue is to track the work to implement trusted crate suggestions as proposed in #458 on top of the work in #459. To do this, we will want to fetch publisher information when computing suggestions in
ResolveReport::compute_suggest
, and compare it against the trusted publisher list from imported peers, perhaps taking the trusted date ranges from peers into account.