C++: Set cpp/command-line-injection precision=low

This query is only appropriate for setuid programs. Since such programs
are at most 0.1% of all code we analyse, I would say this query has a
precision of at most 0.1%.
This commit is contained in:
Jonas Jensen
2019-03-04 09:47:38 +01:00
parent 66013272da
commit 4f9ffb38e6

View File

@@ -5,7 +5,7 @@
* to command injection.
* @kind problem
* @problem.severity error
* @precision high
* @precision low
* @id cpp/command-line-injection
* @tags security
* external/cwe/cwe-078