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?
The text was updated successfully, but these errors were encountered:
7kasper
added a commit
to 7kasper/BungeeOnlineTime
that referenced
this issue
Dec 28, 2021
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?
The text was updated successfully, but these errors were encountered: