Skip to content

Add pipelines for all supported SAST providers#29

Open
Kirill89 wants to merge 1 commit intomainfrom
kirill-experiment
Open

Add pipelines for all supported SAST providers#29
Kirill89 wants to merge 1 commit intomainfrom
kirill-experiment

Conversation

@Kirill89
Copy link
Collaborator

No description provided.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

String query = "SELECT * FROM users WHERE username = '" + username + "';";
Statement stmt = con.createStatement();

stmt.executeQuery(query);

Check failure

Code scanning / CodeQL

Query built from user-controlled sources

This query depends on a [user-provided value](1).
@Kirill89 Kirill89 changed the title test Add pipelines for all supported SAST providers Oct 30, 2023
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.

1 participant