Replies: 1 comment 5 replies
-
There is the
About which kind of JAR files are you talking, the ones on the classpath during building or the ones which are bundled (in some way) with the application? For JARs bundled with the application I think it highly depends on the used build tool, plugins and libraries how and where such JARs are included. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently CodeQL databases include XML files and Java source code, which are great for analysis. However, many configuration items are in Java properties files in the format of "key=value" key/value pairs.
Also the CodeQL library contains the class
JarFile
but JAR libraries are not included in CodeQL databases. Typically the META-INF directory suffices for additional analysis therefore compiled Java classes don't need to be included.Is it worth considering including text properties files and/or JAR libraries in CodeQL databases? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions