C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-03-30 09:37:27 +01:00
parent abec99badb
commit 64a08cefd7

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added overridable predicates `getSizeExpr` and `getSizeMult` to the `BufferAccess` class (`semmle.code.cpp.security.BufferAccess.qll`). This makes it possible to model a larger class of buffer reads and writes using the library.