mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
include suggestions from review.
This commit is contained in:
5
java/ql/test/library-tests/frameworks/Networking/uri.ql
Normal file
5
java/ql/test/library-tests/frameworks/Networking/uri.ql
Normal file
@@ -0,0 +1,5 @@
|
||||
import java
|
||||
import semmle.code.java.frameworks.Networking
|
||||
|
||||
from UriCreation c
|
||||
select c, c.getHostArg()
|
||||
5
java/ql/test/library-tests/frameworks/Networking/url.ql
Normal file
5
java/ql/test/library-tests/frameworks/Networking/url.ql
Normal file
@@ -0,0 +1,5 @@
|
||||
import java
|
||||
import semmle.code.java.frameworks.Networking
|
||||
|
||||
from UrlConstructor c
|
||||
select c, c.getHostArg()
|
||||
@@ -1,5 +0,0 @@
|
||||
import java
|
||||
import semmle.code.java.frameworks.javase.URI
|
||||
|
||||
from UriCreation c
|
||||
select c, c.hostArg()
|
||||
@@ -1,5 +0,0 @@
|
||||
import java
|
||||
import semmle.code.java.frameworks.javase.URL
|
||||
|
||||
from UrlConstructor c
|
||||
select c, c.hostArg()
|
||||
Reference in New Issue
Block a user