Skip to content

Commit 1f4e6e6

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: update a couple more models
1 parent c958244 commit 1f4e6e6

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

java/ql/lib/ext/org.apache.hc.core5.benchmark.model.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ extensions:
33
pack: codeql/java-all
44
extensible: summaryModel
55
data:
6-
# ! `BenchmarkConfig$Builder` only extends Object, no Javadocs on the setUri method, may be too internal to include?
7-
- ["org.apache.hc.core5.benchmark", "BenchmarkConfig$Builder", True, "setUri", "(URI)", "", "Argument[0]", "Argument[-1]", "taint", "manual"]
6+
- ["org.apache.hc.core5.benchmark", "BenchmarkConfig$Builder", True, "setUri", "(URI)", "", "Argument[0]", "open-url", "manual"] # hq-manual

java/ql/lib/ext/org.apache.http.impl.model.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ extensions:
33
pack: codeql/java-all
44
extensible: sinkModel
55
data:
6-
# ! Remove below after confirming that it's covered by `org.apache.http.HttpRequestFactory#newHttpRequest(String,String)` subtyping
76
- ["org.apache.http.impl", "DefaultHttpRequestFactory", True, "newHttpRequest", "(String,String)", "", "Argument[1]", "open-url", "manual"] # hq-manual

0 commit comments

Comments
 (0)