Skip to content

Commit 469f621

Browse files
committed
Java: Update query meta data and library paths.
1 parent 10d1e14 commit 469f621

File tree

57 files changed

+62
-114
lines changed

Some content is hidden

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

57 files changed

+62
-114
lines changed

java/lib/semmle/code/java/security/DecompressionBombQuery.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import experimental.semmle.code.java.security.FileAndFormRemoteSource
2-
import experimental.semmle.code.java.security.DecompressionBomb::DecompressionBomb
1+
import semmle.code.java.security.FileAndFormRemoteSource
2+
import semmle.code.java.security.DecompressionBomb::DecompressionBomb
33

44
module DecompressionBombsConfig implements DataFlow::ConfigSig {
55
predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }

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-094/BeanShellInjection.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 error
77
* @precision high
8-
* @id java/beanshell-injection
8+
* @id githubsecuritylab/java/beanshell-injection
99
* @tags security
10-
* experimental
1110
* external/cwe/cwe-094
1211
*/
1312

java/src/security/CWE-094/InsecureDexLoading.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 error
77
* @precision high
8-
* @id java/android-insecure-dex-loading
8+
* @id githubsecuritylab/java/android-insecure-dex-loading
99
* @tags security
10-
* experimental
1110
* external/cwe/cwe-094
1211
*/
1312

0 commit comments

Comments
 (0)