mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
4 lines
288 B
Markdown
4 lines
288 B
Markdown
---
|
|
category: minorAnalysis
|
|
---
|
|
* The `BufferAccess` library (`semmle.code.cpp.security.BufferAccess`) no longer matches buffer accesses inside unevaluated contexts (such as inside `sizeof` or `decltype` expressions). As a result, queries using this library may see fewer false positives. |