Begad666 / cps

Advanced ServerList and Maintenance plugin
https://www.spigotmc.org/resources/customprotocolsettings.69385/
MIT License
2 stars 0 forks source link

Use PreparedStatement instead of Statement (Avoid SQL Injection) #27

Closed ghost closed 3 years ago

Begad666 commented 3 years ago

I thought about that before but I think it should be used in MultiProxy because it's the only file that uses variables from the config Thanks anyway

ghost commented 3 years ago

I thought about that before but I think it should be used in MultiProxy because it's the only file that uses variables from the config Thanks anyway

Hi, don't worry and i closed the pull request because i learned to make a pull requests with more than 1 commit and i will send all commits in a single pull request

Begad666 commented 3 years ago

I used your changes and added the changes to MultiProxy.java, I didn't commit the change yet