Bug 1931736. Add missing braces around if/loop statements in layout/xul/. r=layout...
[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" }