Skip to content

Commit ed24fe9

Browse files
committed
only import the customizations library
1 parent 78795b1 commit ed24fe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/UnsafeCodeConstruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import javascript
1111

1212
module UnsafeCodeConstruction {
13-
private import semmle.javascript.security.dataflow.CodeInjection::CodeInjection as CodeInjection
13+
private import semmle.javascript.security.dataflow.CodeInjectionCustomizations::CodeInjection as CodeInjection
1414
import UnsafeCodeConstructionCustomizations::UnsafeCodeConstruction
1515

1616
/**

javascript/ql/src/semmle/javascript/security/dataflow/UnsafeCodeConstructionCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import javascript
88

99
module UnsafeCodeConstruction {
10-
private import semmle.javascript.security.dataflow.CodeInjection::CodeInjection as CodeInjection
10+
private import semmle.javascript.security.dataflow.CodeInjectionCustomizations::CodeInjection as CodeInjection
1111
private import semmle.javascript.PackageExports as Exports
1212

1313
/**

0 commit comments

Comments
 (0)