Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Search across all feeds for a specific file hash?
-
On the back of the Shai-Hulud NPM worm I'm investigating whether it's feasible to search across all feeds in ProGet for a specific file hash?
I think I can probably get the details of all files in a particular feed, and then drill down to list the hashes, but it would be very useful to be able to search in reverse. ie Given a specific file hash, give me a list of all feeds/locations that the file is present in.
-
I'm afraid a "search by file hash" isn't supported, but you could relatively easily write a script to iterate through the feeds using pgutil. Or you could just search in the databse as well (
FeedPackageVersions_Extended
).Thanks,
steve