Add change note

This commit is contained in:
Chris Smowton
2022-05-11 12:06:27 +01:00
parent c17ef42cc7
commit 0044326884

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Query `java/insecure-cookie` now tolerates setting a cookie's secure flag to `request.isSecure()`. This means servlets that intentionally accept unencrypted connections will no longer raise an alert.