pub fn pair_ecosystem<'a>(
old: &'a Component,
new: &'a Component,
) -> Option<&'a str>Expand description
the ecosystem a matched pair’s versions should be ordered in: the side that
declares one, or None when the two sides declare different ecosystems and
neither ruleset applies. feeds
sbom_model::versions::is_version_downgrade_for_ecosystem.