-
Notifications
You must be signed in to change notification settings - Fork 20
Spec: Define what files go into .reuse/
#29
Comments
I am not sure how realistic the sneaky scenario is. If someone sees need to prevent that, we can agree on a definition, or a name pattern and content description. Otherwise, I would keep it as general as possible like
|
I don't think anything needs to be changed here. There are a lot of vectors for abuse if you're looking for them. You could have a "./configure" script that downloads malware from the internet and puts it in "shady-directory", which is ignored by ".gitignore". |
Setting the backdoor argument aside, if I’m OK with setting this aside for a later revision, once we know what stuff we want/need in that folder. |
Added the REUSE 3.1 milestone for this. |
Fixed by c534c57 |
Thread: #23 (comment)
Gist of it is: If we flatly allow all files in
.reuse/
to be ignored by the linter, this opens vectors for abuse. (e.g., sneakily storing unlicensed code in there).@silverhook @mxmehl @carmenbianca
The text was updated successfully, but these errors were encountered: