Files
codeql/python/change-notes/2021-10-08-add-dataflow-for-boolean-expressions.md
Rasmus Wriedt Larsen 1552c108b0 Python: Apply suggestions from code review
Co-authored-by: yoff <lerchedahl@gmail.com>
2021-10-11 09:34:15 +02:00

4 lines
248 B
Markdown

lgtm,codescanning
* Added data-flow from both `x` and `y` to `x or y` and `x and y`, as a slight over-approximation of what is described in the
[Python Language Reference](https://docs.python.org/3/reference/expressions.html#boolean-operations).