You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling getOnlineTime and passing directly Command Arguments in is probably not save, and opens an door for an SQL-Injection.
Maybe rewrite to use prepared statements?
BungeeOnlineTime/src/main/java/lu/r3flexi0n/bungeeonlinetime/OnlineTimeCommand.java
Line 66 in d219d77
Calling getOnlineTime and passing directly Command Arguments in is probably not save, and opens an door for an SQL-Injection.
Maybe rewrite to use prepared statements?