Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Which qls file should I use if I have to do the dependency scanning for maven project language java #18840

Unanswered
rprakash0604 asked this question in Q&A
Discussion options

Which qls file should I use if I have to do the dependency scanning for maven project language java ?

You must be logged in to vote

Replies: 2 comments 2 replies

Comment options

Hi @rprakash0604,
You should use the maven-qls file for dependency scanning in a Maven Java project. Make sure to integrate it with your scanning tool, like SonarQube, and follow its configuration.

You must be logged in to vote
2 replies
Comment options

can you please let me know the path/location of maven-qls file ?

Comment options

@rprakash0604
The maven-qls file is usually found in the CodeQL repository under the ql directory. You can clone or download the repository to access it.

Comment options

The Java suite files are located here: https://github.com/github/codeql/tree/main/java/ql/src/codeql-suites

java-code-scanning.qls is the default suite on Code Scanning; security-extended and security-and-quality offer successively more queries that are less accurate or address a less-severe issue, ultimately including non-security issues.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /