Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a comment on how to run the query
  • Loading branch information
luchua-bc committed Mar 26, 2021
commit a72b1340eb6bb3bdbea9cabd6bdd942a9365b848
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
* external/cwe-016
*/

/*
* Note this query requires properties files to be indexed before it can produce results.
* If creating your own database with the CodeQL CLI, you should run
* `codeql database index-files --language=properties ...`
* If using lgtm.com, you should add `properties_files: true` to the index block of your
* lgtm.yml file (see https://lgtm.com/help/lgtm/java-extraction)
*/

import java
Comment thread
luchua-bc marked this conversation as resolved.
import semmle.code.configfiles.ConfigFiles
import semmle.code.xml.MavenPom
Expand Down