Skip to content

Commit 3631b15

Browse files
committed
Java: Update query meta data.
1 parent 78f3b3c commit 3631b15

File tree

45 files changed

+45
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-87
lines changed

java/src/security/CWE-016/InsecureSpringActuatorConfig.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
* @kind problem
66
* @problem.severity error
77
* @precision high
8-
* @id java/insecure-spring-actuator-config
8+
* @id githubsecuritylab/java/insecure-spring-actuator-config
99
* @tags security
10-
* experimental
1110
* external/cwe/cwe-016
1211
*/
1312

java/src/security/CWE-016/SpringBootActuators.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
* @kind problem
66
* @problem.severity error
77
* @precision high
8-
* @id java/spring-boot-exposed-actuators
8+
* @id githubsecuritylab/java/spring-boot-exposed-actuators
99
* @tags security
10-
* experimental
1110
* external/cwe/cwe-16
1211
*/
1312

java/src/security/CWE-020/Log4jJndiInjection.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
* @kind path-problem
77
* @problem.severity error
88
* @precision high
9-
* @id java/log4j-injection
9+
* @id githubsecuritylab/java/log4j-injection
1010
* @tags security
11-
* experimental
1211
* external/cwe/cwe-020
1312
* external/cwe/cwe-074
1413
* external/cwe/cwe-400

java/src/security/CWE-036/OpenStream.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
* @kind path-problem
66
* @problem.severity warning
77
* @precision medium
8-
* @id java/openstream-called-on-tainted-url
8+
* @id githubsecuritylab/java/openstream-called-on-tainted-url
99
* @tags security
10-
* experimental
1110
* external/cwe/cwe-036
1211
*/
1312

java/src/security/CWE-073/FilePathInjection.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
* @kind path-problem
77
* @problem.severity error
88
* @precision high
9-
* @id java/file-path-injection
9+
* @id githubsecuritylab/java/file-path-injection
1010
* @tags security
11-
* experimental
1211
* external/cwe/cwe-073
1312
*/
1413

java/src/security/CWE-089/MyBatisAnnotationSqlInjection.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
* @kind path-problem
77
* @problem.severity error
88
* @precision high
9-
* @id java/mybatis-annotation-sql-injection
9+
* @id githubsecuritylab/java/mybatis-annotation-sql-injection
1010
* @tags security
11-
* experimental
1211
* external/cwe/cwe-089
1312
*/
1413

java/src/security/CWE-089/MyBatisMapperXmlSqlInjection.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
* @kind path-problem
77
* @problem.severity error
88
* @precision high
9-
* @id java/mybatis-xml-sql-injection
9+
* @id githubsecuritylab/java/mybatis-xml-sql-injection
1010
* @tags security
11-
* experimental
1211
* external/cwe/cwe-089
1312
*/
1413

java/src/security/CWE-1004/InsecureTomcatConfig.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
* @kind problem
55
* @problem.severity warning
66
* @precision medium
7-
* @id java/tomcat-disabled-httponly
7+
* @id githubsecuritylab/java/tomcat-disabled-httponly
88
* @tags security
9-
* experimental
109
* external/cwe/cwe-1004
1110
*/
1211

java/src/security/CWE-1004/SensitiveCookieNotHttpOnly.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
* @kind path-problem
66
* @problem.severity warning
77
* @precision medium
8-
* @id java/sensitive-cookie-not-httponly
8+
* @id githubsecuritylab/java/sensitive-cookie-not-httponly
99
* @tags security
10-
* experimental
1110
* external/cwe/cwe-1004
1211
*/
1312

java/src/security/CWE-200/InsecureWebResourceResponse.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
* @description An insecure implementation of Android `WebResourceResponse` may lead to leakage of arbitrary
44
* sensitive content.
55
* @kind path-problem
6-
* @id java/insecure-webview-resource-response
6+
* @id githubsecuritylab/java/insecure-webview-resource-response
77
* @problem.severity error
88
* @tags security
9-
* experimental
109
* external/cwe/cwe-200
1110
*/
1211

0 commit comments

Comments
 (0)