summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/clang-analyzer-security.insecureAPI.getpw.json
blob: 2f80393d54a3d73a73900009545e032877c91f98 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "The getpw() function is dangerous as it may overflow the provided buffer. It is obsoleted by getpwuid()",
    "clang-analyzer-security.insecureAPI.getpw"
  ],
  { "reliability": "high" }
]