Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54d7e8 commit 539d671Copy full SHA for 539d671
1 file changed
cpp/ql/src/semmle/code/cpp/ir/dataflow/DefaultTaintTracking.qll
@@ -39,18 +39,14 @@ predicate predictableOnlyFlow(string name) {
39
name = "atoll" or
40
name = "labs" or
41
name = "strcasestr" or
42
- //name = "strcat" or
43
name = "strchnul" or
44
name = "strchr" or
45
name = "strchrnul" or
46
name = "strcmp" or
47
- //name = "strcpy" or
48
name = "strcspn" or
49
name = "strdup" or
50
name = "strlen" or
51
- //name = "strncat" or
52
name = "strncmp" or
53
- //name = "strncpy" or
54
name = "strndup" or
55
name = "strnlen" or
56
name = "strrchr" or
0 commit comments