how can codeql include dependencies source in database when building database(maven project) #9055
Answered
by
smowton
bluesatchel
asked this question in
Q&A
|
I tried to use codeql to review ysoserial,i use --command="mvn clean install --file pom.xml"to package and compile the project to generate the codeql-database,but i found i can only query the class which loaded and used in my code.There should be many classes from commons-collections that contain transform i want to know how to use codeql to query the third party dependencies' code i really like the codeql, i think its potential is unlimated |
Answered by
smowton
May 9, 2022
Replies: 1 comment 1 reply
|
If you want to analyse the code of commons-collections itself you should create a database for that project, not something that uses it. Or, you could download the ready-made one from lgtm.com: https://lgtm.com/projects/g/apache/commons-collections/ci/#ql |
1 reply
Answer selected by
bluesatchel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


If you want to analyse the code of commons-collections itself you should create a database for that project, not something that uses it. Or, you could download the ready-made one from lgtm.com: https://lgtm.com/projects/g/apache/commons-collections/ci/#ql