-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Though the blacklist is in the Git repo it is not included in the release JARs. Right now, a project that wants to include SerialKiller has to:
- include the Jar (e.g. Maven)
- copy the default configuration file and customize it
This is problematic since when the blacklist in the git repo is changed to include more vulnerable classes they are most likely not transferred to the config file.
I think it would therefore be better to include the blacklist into the JARs. By default the blacklist should be applied to all SerialKiller instances. This way, when the blacklist changes only the Jar has to be updated - the custom configuration file does not have to be modified.
I'm willing to implement this. Please give me a heads up as if you would want to accept such a pull request.
Reactions are currently unavailable