Java: update xss sink kind to html-injection and js-injection

This commit is contained in:
Jami Cogswell
2023-05-09 12:18:11 -04:00
parent 041caa7405
commit ac8d985a63
8 changed files with 17 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ extensions:
extensible: sinkModel
data:
- ["org.apache.http", "HttpRequestFactory", True, "newHttpRequest", "(String,String)", "", "Argument[1]", "open-url", "hq-manual"]
- ["org.apache.http", "HttpResponse", True, "setEntity", "(HttpEntity)", "", "Argument[0]", "xss", "manual"]
- ["org.apache.http", "HttpResponse", True, "setEntity", "(HttpEntity)", "", "Argument[0]", "html-injection", "manual"]
- addsTo:
pack: codeql/java-all
extensible: summaryModel