Skip to content

Commit cd765e7

Browse files
Stephan Brandaueratorralba
andcommitted
work on review comments
Co-authored-by: Tony Torralba <[email protected]>
1 parent 8b34407 commit cd765e7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

java/ql/lib/ext/io.undertow.server.handlers.resource.model.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

java/ql/lib/ext/javax.servlet.http.model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extensions:
2626
- ["javax.servlet.http", "HttpServletResponse", False, "addHeader", "", "", "Argument[0..1]", "response-splitting", "manual"]
2727
- ["javax.servlet.http", "HttpServletResponse", False, "sendError", "(int,String)", "", "Argument[1]", "information-leak", "manual"]
2828
- ["javax.servlet.http", "HttpServletResponse", False, "setHeader", "", "", "Argument[0..1]", "response-splitting", "manual"]
29-
- ["javax.servlet.http", "HttpServletResponse", True, "sendRedirect", "(String)", "", "Argument[0]", "url-redirection", "ai-manual"]
29+
# - ["javax.servlet.http", "HttpServletResponse", True, "sendRedirect", "(String)", "", "Argument[0]", "url-redirection", "ai-manual"] # QL model exists in java/ql/lib/semmle/code/java/security/UrlRedirect.qll
3030
- ["javax.servlet.http", "HttpSession", True, "putValue", "", "", "Argument[0..1]", "trust-boundary-violation", "manual"]
3131
- ["javax.servlet.http", "HttpSession", True, "setAttribute", "", "", "Argument[0..1]", "trust-boundary-violation", "manual"]
3232
- addsTo:

0 commit comments

Comments
 (0)