We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68117b7 commit a2c8fe3Copy full SHA for a2c8fe3
change_notes/2023-03-27-integer-overflow.md
@@ -0,0 +1,4 @@
1
+ * `A4-7-1` - `IntegerExpressionLeadToDataLoss.ql` - reduce false positives and false negatives by:
2
+ - Identifying additional categories of valid guard.
3
+ - Excluding guards which were not proven to prevent overflow or underflow.
4
+ - Expand coverage to include unary operations and arithmetic assignment operations.
0 commit comments