Java: ExternalAPIs: Further review comments

- Extra qldoc
 - Remove unnecessary module
This commit is contained in:
lcartey@github.com
2020-08-12 09:21:14 +01:00
parent e1d4b98923
commit 6b6172fa5b
3 changed files with 136 additions and 136 deletions

View File

@@ -8,7 +8,7 @@
*/
import java
import semmle.code.java.security.ExternalAPIs::ExternalAPIs
import semmle.code.java.security.ExternalAPIs
import semmle.code.java.dataflow.DataFlow
from ExternalAPIUsedWithUntrustedData externalAPI

View File

@@ -11,7 +11,7 @@
import java
import semmle.code.java.dataflow.FlowSources
import semmle.code.java.dataflow.TaintTracking
import semmle.code.java.security.ExternalAPIs::ExternalAPIs
import semmle.code.java.security.ExternalAPIs
import DataFlow::PathGraph
from UntrustedDataToExternalAPIConfig config, DataFlow::PathNode source, DataFlow::PathNode sink