Closed sudo-bmitch closed 1 month ago
There have been requests on whether companies should require a scorecard score, and what the score should be, of the OSS software they consume.
I think the answer should be no for a few reasons:
I think a more reasonable question is: "Should OSS consumers require certain behaviors?"
With the v5 release, we see Structured Results as a way of doing this. Instead of relying on an overall Scorecard of X, or a Maintained score of Y, an OSS consumer may want to ensure the repo they're depending on isn't archived (which is covered by the archived
probe).
I tend to agree that Scorecard should not be used by consumers. An example attack I can think of would be to find popular projects with low scorecard scores, perhaps because maintainers use tools that are not recognized by the scanner, don't have co-maintainers, or similar challenges. The attacker could fork the project, use sock puppets for co-maintainers, and add files that trick the scorecard scanner to give a false positive score (e.g. an empty fuzzing test). Then with a higher scorecard score, they could go around with other sock puppet accounts and force projects to change their dependency to the malicious attacker controlled project citing the better scorecard score.
Is your feature request related to a problem? Please describe.
There have been requests on whether companies should require a scorecard score, and what the score should be, of the OSS software they consume.
Describe the solution you'd like
Add a FAQ entry or clearly identify on the main readme whether scorecard should be used this way, and if so, what a minimum required score should be. If it should not be used that way, describe why the maintainers recommend against it.
Describe alternatives you've considered
Repeated answers in slack threads.
Additional context
N/A.