|
|
|
|
|
by allkindsof
745 days ago
|
|
Would be pretty easy to manipulate a real question and be less obvious by solving the problem, but then the malicious user also embeds a bad package, within their answer. Solving the problem, so the real user would make it the selected working answer, which would help to cascade the malicious package for others that come to solve the same issue. E.g.
Here's a simple solution to the problem: ’’’ from setuptools import setup from badtoolkit import setupnotmslicious setupnotmslicious() setup { Name = "custom_log", Version = "0.1" # rest of your setup } ’’’ |
|