Documentation fixes

This commit is contained in:
Ed Minnix
2023-08-01 15:05:50 -04:00
parent 655a98452a
commit 4eb1035dfe
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
---
category: newQuery
---
* Added the `java/trust-boundary-violation` query to detect trust boundary violations between HTTP requests and the HTTP session.
* Added the `java/trust-boundary-violation` query to detect trust boundary violations between HTTP requests and the HTTP session. Also added the `trust-boundary-violation` sink kind for sinks which may cross a trust boundary, such as calls to the `HttpSession#setAttribute` method.