The repository blocklist entries endpoint supports filtering by exact name, version, and filename, but does not support isnull lookups. This makes it impossible to distinguish between "do not filter on version" and "filter for entries where version is null", so a name-only blocklist entry cannot be uniquely identified when a name+version entry also exists for the same package.
The repository blocklist entries endpoint supports filtering by
exactname,version, andfilename, but does not supportisnulllookups. This makes it impossible to distinguish between "do not filter on version" and "filter for entries where version is null", so aname-only blocklist entry cannot be uniquely identified when aname+versionentry also exists for the same package.