We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2e341 commit a72b134Copy full SHA for a72b134
java/ql/src/experimental/Security/CWE/CWE-016/InsecureSpringActuatorConfig.ql
@@ -8,6 +8,14 @@
8
* external/cwe-016
9
*/
10
11
+/*
12
+ * Note this query requires properties files to be indexed before it can produce results.
13
+ * If creating your own database with the CodeQL CLI, you should run
14
+ * `codeql database index-files --language=properties ...`
15
+ * If using lgtm.com, you should add `properties_files: true` to the index block of your
16
+ * lgtm.yml file (see https://lgtm.com/help/lgtm/java-extraction)
17
+ */
18
+
19
import java
20
import semmle.code.configfiles.ConfigFiles
21
import semmle.code.xml.MavenPom
0 commit comments