Skip to content

Commit ce095d0

Browse files
committed
JS: Avoid unnecessary import of configuration
1 parent 247848c commit ce095d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import javascript
8-
private import semmle.javascript.security.dataflow.CodeInjection
8+
private import semmle.javascript.security.dataflow.CodeInjectionCustomizations
99

1010
module HardcodedDataInterpretedAsCode {
1111
/**

0 commit comments

Comments
 (0)