Skip to content

Conversation

@alcabreraa
Copy link
Owner

No description provided.

try(Connection connection = DriverManager.getConnection(Application.connectionString))
{
try (Statement statement = connection.createStatement()) {
ResultSet results = statement.executeQuery(query);

Check failure

Code scanning / CodeQL

Query built from user-controlled sources High

This query depends on a
user-provided value
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants