Files
codeql/java/ql/lib/ext/org.apache.hc.core5.http.model.yml
2023-03-20 10:14:20 +01:00

31 lines
3.0 KiB
YAML

extensions:
- addsTo:
pack: codeql/java-all
extensible: sinkModel
data:
- ["org.apache.hc.core5.http", "HttpEntityContainer", True, "setEntity", "(HttpEntity)", "", "Argument[0]", "xss", "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", "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"]