mirror of
https://github.com/hohn/codeql-workshop-sql-injection-java.git
synced 2025-12-16 10:43:05 +01:00
breakage test
This commit is contained in:
committed by
=Michael Hohn
parent
c3a3dfc78b
commit
25a63a633a
@@ -2,6 +2,8 @@ import java.sql.Connection;
|
||||
import java.sql.DriverManager;
|
||||
import java.sql.SQLException;
|
||||
|
||||
break!!!
|
||||
|
||||
public class AddUser {
|
||||
public static Connection connect() {
|
||||
Connection conn = null;
|
||||
|
||||
Reference in New Issue
Block a user