Changes between Initial Version and Version 1 of Ticket #37016
- Timestamp:
- Mar 31, 2026, 11:50:16 AM (3 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37016 – Description
initial v1 1 The Security Team just closed a report extrapolating from 279f8b9557f0fef9790822b0c38164fc9dfcab2a arguing that `When()` is missing the same protection we gave to `filter()` and friends, whereby we swallow`_connector` and `_negated` arguments instead of passing them down to `Q()`, like this:1 The Security Team just closed a report extrapolating from 279f8b9557f0fef9790822b0c38164fc9dfcab2a arguing that `When()` is missing the same protection we gave to `filter()` and friends, whereby we raise errors for the `_connector` and `_negated` arguments instead of passing them down to `Q()`, like this: 2 2 3 3 {{{#!py