#662 closed defect (fixed)
Replace mediagoblin/tests/test_submission/evil*
Reported by: | Christopher Allan Webber | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 0.4.0 |
Component: | programming | Keywords: | |
Cc: | Simon Fondrie-Teitler | Parent Tickets: |
Description
I wasn't aware, but one of our tests checks to make sure we can't upload an executable, and that executable is in mediagoblin/tests/test_submission/evil[.jpg|.png]
. There's a problem: this is a precompiled version of ls
. This is actually a GPL violation so this is fairly serious.
I'm not sure what to replace this with. We could try to replace it with a bash script that does something mundane... that might be sufficient.
Change History (2)
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed. I replaced it with a one-line executable shell script that declares that it is doing spooky things.