C++: Add change note for cpp/uncontrolled-allocation-size

This commit is contained in:
Simon Friis Vindum
2024-08-16 12:57:50 +02:00
parent 1959e1929e
commit 1665badc83

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `cpp/uncontrolled-allocation-size` ("Uncontrolled allocation size") query now considers arithmetic operations that might reduce the size of user input as a barrier. The query therefore produces fewer false positive results.