NuGet / Insights

Gather insights about public NuGet.org package data
Apache License 2.0
26 stars 7 forks source link

Add crypto hash of all files, perhaps to PackageArchiveEntries or another table #107

Closed joelverhagen closed 1 month ago

joelverhagen commented 2 months ago

Right now we only have it on some files in PackageContents table and PackageAssemblies table.

Workaround is Crc32 + file size on PackageArchiveEntries but this is not a crypto hash with all of its strength.

joelverhagen commented 1 month ago

Done with https://github.com/NuGet/Insights/commit/a05b7d0218837a991e26390e1a622aabe12ba821.