Skip to content

Commit f53496b

Browse files
committed
Added documentation for trust-boundary-violation sink
1 parent d468ea9 commit f53496b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/codeql/codeql-language-guides/customizing-library-models-for-java.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ The following sink kinds are supported:
349349
- **response-splitting**: A sink that can be used for HTTP response splitting, such as in calls to **HttpServletResponse.setHeader**.
350350
- **sql-injection**: A sink that can be used for SQL injection, such as in a **Statement.executeQuery** call.
351351
- **template-injection**: A sink that can be used for server side template injection, such as in a **Velocity.evaluate** call.
352+
- **trust-boundary-violation**: A sink that can be used to cross a trust boundary, such as a server's HTTP Session.
352353
- **url-redirection**: A sink that can be used to redirect the user to a malicious URL, such as in a **Response.temporaryRedirect** call.
353354
- **xpath-injection**: A sink that can be used for XPath injection, such as in a **XPath.evaluate** call.
354355
- **xslt-injection**: A sink that can be used for XSLT injection, such as in a **Transformer.transform** call.

0 commit comments

Comments
 (0)