Skip to content

Commit 684408a

Browse files
committed
Fix StringFormat import
1 parent ecbd3be commit 684408a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/Security/CWE/CWE-134/ExternallyControlledFormatString.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
import java
1414
import semmle.code.java.security.ExternallyControlledFormatStringQuery
15+
import semmle.code.java.StringFormat
1516
import ExternallyControlledFormatStringFlow::PathGraph
1617

1718
from

0 commit comments

Comments
 (0)