mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Java: Improve performance by normalizing import order to reduce cache invalidation.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* external/cwe/cwe-088
|
||||
*/
|
||||
|
||||
import semmle.code.java.Expr
|
||||
import java
|
||||
import semmle.code.java.dataflow.FlowSources
|
||||
import semmle.code.java.security.ExternalProcess
|
||||
import ExecCommon
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
* external/cwe/cwe-088
|
||||
*/
|
||||
|
||||
import semmle.code.java.Expr
|
||||
import java
|
||||
import semmle.code.java.security.ExternalProcess
|
||||
import ExecCommon
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
* external/cwe/cwe-089
|
||||
*/
|
||||
|
||||
import semmle.code.java.Expr
|
||||
import java
|
||||
import semmle.code.java.dataflow.FlowSources
|
||||
import SqlInjectionLib
|
||||
import DataFlow::PathGraph
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
* external/cwe/cwe-089
|
||||
*/
|
||||
|
||||
import java
|
||||
import semmle.code.java.security.SqlUnescapedLib
|
||||
import SqlInjectionLib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user