C++: add change note for new overrun write query

This commit is contained in:
Paolo Tranquilli
2021-12-14 10:11:18 +00:00
committed by GitHub
parent a0059202db
commit db6214fdff

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* A new `cpp/very-likely-overruning-write` query has been added for C/C++, which reports results formerly flagged by `cpp/overruning-write` where a non-trivial range analysis shows a higher likelyhood of an actual problem. As a consequence, the new query is tagged with high precision.