Skip to content

Fix sql injection#4

Open
heisenhack wants to merge 5 commits intomageroni:mainfrom
heisenhack:fix-sql-injection
Open

Fix sql injection#4
heisenhack wants to merge 5 commits intomageroni:mainfrom
heisenhack:fix-sql-injection

Conversation

@heisenhack
Copy link
Copy Markdown

No description provided.

@heisenhack
Copy link
Copy Markdown
Author

fd

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

This query depends on a [user-provided value](1).
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.

3 participants