Files
codeql/java/ql/lib/ext/org.apache.hc.core5.http.model.yml
2023-05-31 15:50:31 -04:00

40 lines
4.3 KiB
YAML

extensions:
- addsTo:
pack: codeql/java-all
extensible: sinkModel
data:
- ["org.apache.hc.core5.http", "HttpEntityContainer", True, "setEntity", "(HttpEntity)", "", "Argument[0]", "html-injection", "manual"]
- ["org.apache.hc.core5.http", "HttpRequest", True, "setUri", "(URI)", "", "Argument[0]", "request-forgery", "hq-manual"]
- ["org.apache.hc.core5.http", "HttpRequestFactory", True, "newHttpRequest", "(String,String)", "", "Argument[1]", "request-forgery", "hq-manual"]
- ["org.apache.hc.core5.http", "HttpRequestFactory", True, "newHttpRequest", "(String,URI)", "", "Argument[1]", "request-forgery", "hq-manual"]
- addsTo:
pack: codeql/java-all
extensible: summaryModel
data:
- ["org.apache.hc.core5.http", "EntityDetails", True, "getContentEncoding", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "EntityDetails", True, "getContentType", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "EntityDetails", True, "getTrailerNames", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "HttpEntity", True, "getContent", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "HttpEntity", True, "getTrailers", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "HttpEntityContainer", True, "getEntity", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "HttpHost", True, "HttpHost", "(String)", "", "Argument[0]", "Argument[this]", "taint", "hq-manual"]
- ["org.apache.hc.core5.http", "HttpHost", True, "HttpHost", "(String,InetAddress,String,int)", "", "Argument[2]", "Argument[this]", "taint", "hq-manual"]
- ["org.apache.hc.core5.http", "HttpHost", True, "HttpHost", "(String,String)", "", "Argument[1]", "Argument[this]", "taint", "hq-manual"]
- ["org.apache.hc.core5.http", "HttpHost", True, "HttpHost", "(String,String,int)", "", "Argument[1]", "Argument[this]", "taint", "hq-manual"]
- ["org.apache.hc.core5.http", "HttpHost", True, "HttpHost", "(String,int)", "", "Argument[0]", "Argument[this]", "taint", "hq-manual"]
- ["org.apache.hc.core5.http", "HttpHost", True, "create", "(URI)", "", "Argument[0]", "ReturnValue", "taint", "hq-manual"]
- ["org.apache.hc.core5.http", "HttpRequest", True, "getAuthority", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "HttpRequest", True, "getMethod", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "HttpRequest", True, "getPath", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "HttpRequest", True, "getRequestUri", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "HttpRequest", True, "getUri", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "MessageHeaders", True, "getFirstHeader", "(String)", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "MessageHeaders", True, "getHeader", "(String)", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "MessageHeaders", True, "getHeaders", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "MessageHeaders", True, "getHeaders", "(String)", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "MessageHeaders", True, "getLastHeader", "(String)", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "MessageHeaders", True, "headerIterator", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "MessageHeaders", True, "headerIterator", "(String)", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "NameValuePair", True, "getName", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["org.apache.hc.core5.http", "NameValuePair", True, "getValue", "()", "", "Argument[this]", "ReturnValue", "taint", "manual"]