Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some basic code for security check
Since Prepping API security is no laughing matter, I've went ahead and added some basic code for a security check. It's test based and will ask the user to answer a bunch of questions related to Python and malicious scripting. Am I harsh in the comments? Yes, but I think it's needed as we're dealing with something that if done wrong could compromise user systems. As I stated in #329 > If we make the Prepping API too easy to enable and users suffer as a > result, I personally believe the blame would lie on us as we could > have made this far harder to exploit. I don't care about what other addons do, our audience is full of 12 year olds that want to have fun by making Minecraft animations, security is certainly not on their minds. I'll be pulling example code from Python malware I find on the internet (to those that submit that code on GitHub for people to be aware and comment it well, I'm grateful), so there's going to be a varity of code in these questions.
- Loading branch information