What measures does scoop take to keep malware out of its packages? #6153
Replies: 1 comment 2 replies
-
a. In most cases, Scoop downloads the contents of packages from official distribution channels. Take manifest
b. Based on a, you need to check the content of the manifest to confirm that the downloaded content comes from the official distribution channel of the program via
Scoop will check hashes before installing / after downloading. c. Query file report from virustotal via |
Beta Was this translation helpful? Give feedback.
-
Malware can basically be divided into 2 large categories:
Although people often focus on the second category of malware, the first category is equally important.
When installing software piecemeal (without scoop), the person performing the installation takes the responsibility of inspecting each package before installing it. This can be accomplished via multiple techniques.
When installing software via scoop, many of the common techniques of package inspection are much less likely to be employed. For example, the simple step of uploading each piece of software to VirusTotal is generally skipped by people using scoop.
What measures does scoop employ to keep malware out of its packages?
Beta Was this translation helpful? Give feedback.
All reactions