Bug 1879449 [wpt PR 44489] - [wptrunner] Add `infrastructure/expected-fail/` test...
[gecko.git] / tools / clang-tidy / test / clang-analyzer-security.insecureAPI.mktemp.json
blobce58bfdddf34c46aaeaa6d9460b9ac92d2d9069b
2   [
3     "warning",
4     "Call to function 'mktemp' is insecure as it always creates or uses insecure temporary file.  Use 'mkstemp' instead",
5     "clang-analyzer-security.insecureAPI.mktemp"
6   ],
7   { "reliability": "high" }