Release preparation for version 2.20.6

This commit is contained in:
github-actions[bot]
2025-03-03 17:13:19 +00:00
parent 7f56c67544
commit fa850cccb1
164 changed files with 423 additions and 144 deletions

View File

@@ -0,0 +1,6 @@
## 1.3.5
### Minor Analysis Improvements
* Due to changes in libraries the query "Static array access may cause overflow" (`cpp/static-buffer-overflow`) will no longer report cases where multiple fields of a struct or class are written with a single `memset` or similar operation.
* The query "Call to memory access function may overflow buffer" (`cpp/overflow-buffer`) has been added to the security-extended query suite. The query detects a range of buffer overflow and underflow issues.