Update cpp/ql/src/change-notes/2022-03-21-command-line-injection-with-flow-states.md

This commit is contained in:
Mathias Vorreiter Pedersen
2022-03-23 09:35:41 +00:00
committed by GitHub
parent 2d9b630fa8
commit a84ee50af0

View File

@@ -1,4 +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.
* The `cpp/command-line-injection` query now takes into account calling contexts across string concatenations. This removes false positives due to mismatched calling contexts before and after string concatenations.