You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: also compare PURL when sorting inventories (#1871)
#1865
Some inventories may have the same name and version but refer to
different packages (e.g. Maven packages with the same artifact IDs).
They may be considered as the same with the existing compare function
and deduped during scanning. This PR adds PURL comparison so that these
packages are not deduped unexpectedly.
0 commit comments