Skip to content

Commit 29e49ae

Browse files
authored
Merge pull request #1620 from asger-semmle/hardcoded-creds-import
Approved by xiemaisi
2 parents 75f77b5 + ce095d0 commit 29e49ae

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)