Skip to content

Commit c281e54

Browse files
committed
Remove unused files and update qldoc
1 parent 4e3791d commit c281e54

File tree

5 files changed

+2
-86
lines changed

5 files changed

+2
-86
lines changed

java/ql/test/experimental/query-tests/security/CWE-555/CredentialsInPropertiesFile.ql

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
1-
/**
2-
* @name Cleartext Credentials in Properties File
3-
* @description Finds cleartext credentials in Java properties files.
4-
* @kind problem
5-
* @id java/credentials-in-properties
6-
* @tags security
7-
* external/cwe/cwe-555
8-
* external/cwe/cwe-256
9-
* external/cwe/cwe-260
10-
*/
11-
121
/*
13-
* Note this query requires properties files to be indexed before it can produce results.
14-
* If creating your own database with the CodeQL CLI, you should run
15-
* `codeql database index-files --language=properties ...`
16-
* If using lgtm.com, you should add `properties_files: true` to the index block of your
17-
* lgtm.yml file (see https://lgtm.com/help/lgtm/java-extraction#customizing-index)
2+
* Note this is similar to src/experimental/Security/CWE/CWE-555/CredentialsInPropertiesFile.ql
3+
* except we do not filter out test files.
184
*/
195

206
import java

java/ql/test/experimental/query-tests/security/CWE-555/MailConfig.java

Lines changed: 0 additions & 11 deletions
This file was deleted.

java/ql/test/experimental/query-tests/security/CWE-555/PropertiesUtils.java

Lines changed: 0 additions & 47 deletions
This file was deleted.

java/ql/test/experimental/query-tests/security/CWE-555/options

Lines changed: 0 additions & 1 deletion
This file was deleted.

java/ql/test/stubs/springframework-5.2.3/org/springframework/beans/factory/annotation/Value.java

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)