OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Missing null check on taxonomyPart #8663

Closed AndreaPiovanelli closed 1 year ago

AndreaPiovanelli commented 1 year ago

https://github.com/OrchardCMS/Orchard/blob/4455c66a64a0db250e687f50dc5122a30b73d119/src/Orchard.Web/Modules/Orchard.Taxonomies/Services/LocalizedTaxonomySource.cs#L28

The taxonomyPart variable is null when there is a TaxonomyField with no Taxonomy selected (content definition misconfiguration).