mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Make import private
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
import java
|
||||
import semmle.code.java.dataflow.ExternalFlow
|
||||
private import semmle.code.java.dataflow.ExternalFlow
|
||||
|
||||
/** Defines sources of tainted data in JMS 1. */
|
||||
private class Jms1Source extends SourceModelCsv {
|
||||
|
||||
Reference in New Issue
Block a user