summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/clang-analyzer-security.insecureAPI.mktemp.json
blob: ce58bfdddf34c46aaeaa6d9460b9ac92d2d9069b (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "Call to function 'mktemp' is insecure as it always creates or uses insecure temporary file.  Use 'mkstemp' instead",
    "clang-analyzer-security.insecureAPI.mktemp"
  ],
  { "reliability": "high" }
]