C++: Add change note for the cpp/command-line-injection changes

This commit is contained in:
Jeroen Ketema
2022-03-21 11:30:39 +01:00
parent 8b4c42dd07
commit e05227d3fe

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `cpp/command-line-injection` query now takes into account calling contexts across string concatenations. This removes false positives due mismatched calling contexts before and after string concatenations.