summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/clang-analyzer-security.insecureAPI.mkstemp.json
blob: cca843ce93f9aa559876574f463b148f72f55551 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "Call to 'mkstemp' should have at least 6 'X's in the format string to be secure (2 'X's seen)",
    "clang-analyzer-security.insecureAPI.mkstemp"
  ],
  { "reliability": "high" }
]