Skip to content

Commit d67e756

Browse files
committed
make the import of Gem private
1 parent 2ad28ab commit d67e756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/security/regexp/PolynomialReDoSCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module PolynomialReDoS {
5959
*/
6060
class RemoteFlowSourceAsSource extends Source, RemoteFlowSource { }
6161

62-
import codeql.ruby.frameworks.core.Gem::Gem as Gem
62+
private import codeql.ruby.frameworks.core.Gem::Gem as Gem
6363

6464
/** A library input, considered as a flow source. */
6565
class LibraryInputAsSource extends Source {

0 commit comments

Comments
 (0)